UOperatingSystemAnalyticsRequest
#include <OperatingSystemAnalytics/Public/Classes/OperatingSystemAnalyticsRequest.h>class UOperatingSystemAnalyticsRequestDefined in OperatingSystemAnalyticsRequest.h:13
Inherits:
UObject
Inheritance diagram
Section titled “Inheritance diagram”---
config:
class:
hideEmptyMembersBox: true
---
classDiagram
class UOperatingSystemAnalyticsRequest["UOperatingSystemAnalyticsRequest"]
class UObject["UObject"]
UObject <|-- UOperatingSystemAnalyticsRequest
Collaboration diagram
Section titled “Collaboration diagram”---
config:
class:
hideEmptyMembersBox: true
---
classDiagram
class UOperatingSystemAnalyticsRequest["UOperatingSystemAnalyticsRequest"]
class UOperatingSystemAnalyticsResponse["UOperatingSystemAnalyticsResponse"]
UOperatingSystemAnalyticsRequest *-- UOperatingSystemAnalyticsResponse
Class detail
Section titled “Class detail”---
config:
class:
hideEmptyMembersBox: true
---
classDiagram
class UOperatingSystemAnalyticsRequest {
+ErrorDelegate : FOnOperatingSystemAnalyticsError()
+ResponseDelegate : FOnOperatingSystemAnalyticsResponse()
+UniqueId : uint64
+Process(const FOperatingSystemAnalyticsTrackOptions bool
+ResponseObj : TObjectPtr< UOperatingSystemAnalyticsRes
+Internal_OnResponse(FHttpRequestPtr Request, FHttpResponsePtr R
}
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
FOnOperatingSystemAnalyticsError | ErrorDelegate | |
FOnOperatingSystemAnalyticsResponse | ResponseDelegate | |
uint64 | UniqueId |
ErrorDelegate
Section titled “ErrorDelegate”FOnOperatingSystemAnalyticsError ErrorDelegateDefined in OperatingSystemAnalyticsRequest.h:22
Referenced by
Section titled “Referenced by”ResponseDelegate
Section titled “ResponseDelegate”FOnOperatingSystemAnalyticsResponse ResponseDelegateDefined in OperatingSystemAnalyticsRequest.h:23
Referenced by
Section titled “Referenced by”UniqueId
Section titled “UniqueId”uint64 UniqueIdDefined in OperatingSystemAnalyticsRequest.h:25
Referenced by
Section titled “Referenced by”Public Methods
Section titled “Public Methods”| Return | Name | Description |
|---|---|---|
bool | Process |
Process
Section titled “Process”bool Process(const FOperatingSystemAnalyticsTrackOptions & TrackOptions, const FString & Method = "POST")Defined in OperatingSystemAnalyticsRequest.h:26
References
Section titled “References”Private Attributes
Section titled “Private Attributes”| Return | Name | Description |
|---|---|---|
TObjectPtr< UOperatingSystemAnalyticsResponse > | ResponseObj |
ResponseObj
Section titled “ResponseObj”TObjectPtr< UOperatingSystemAnalyticsResponse > ResponseObjDefined in OperatingSystemAnalyticsRequest.h:18
Referenced by
Section titled “Referenced by”Private Methods
Section titled “Private Methods”| Return | Name | Description |
|---|---|---|
void | Internal_OnResponse |
Internal_OnResponse
Section titled “Internal_OnResponse”void Internal_OnResponse(FHttpRequestPtr Request, FHttpResponsePtr Response, bool bSuccess)Defined in OperatingSystemAnalyticsRequest.h:30