1.x.x |
Documentation for the Unreal C++ Plugin
|
USTRUCT(BlueprintType) More...
#include <ApexTypes.h>
Public Member Functions | |
virtual | ~FJoinSessionData () |
virtual void | FromJsonObject (const TSharedPtr< FJsonObject > &JObject) |
GENERATED_BODY () | |
virtual TSharedPtr< FJsonObject > | ToJsonObject () const |
Public Attributes | |
FString | DeviceId = TEXT("") |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Join Session") | |
FString | EventType = TEXT("") |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Join Session") | |
FString | IpAddress = TEXT("") |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Join Session") | |
FXAPIStatement | JsonData |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Join Session") | |
int | ModuleId = -1 |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Join Session") | |
FString | Uuid = TEXT("") |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Join Session") | |
USTRUCT(BlueprintType)
Definition at line 15 of file ApexTypes.h.
|
inlinevirtual |
Definition at line 56 of file ApexTypes.h.
|
inlinevirtualinherited |
Reimplemented in FAPEXRequestFailed, FPSessionData, FSessionData, FCompleteSessionData, FAPEXOrganization, FUserSessionData, FApexUserData, FSessionReportData, FTopTenData, FAPEXAuthenticationCode, FXAPIInteractionComponent, FXAPIActivityDefinition, FXAPIAgent, FXAPIVerb, FXAPIActivity, FXAPIContext, FXAPIScore, FXAPIResult, FXAPIStatementBase, and FXAPIStatement.
Definition at line 18 of file ApexJSON.h.
FJoinSessionData::GENERATED_BODY | ( | ) |
|
inlinevirtual |
Reimplemented from FJsonable.
Definition at line 58 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Join Session")
Definition at line 42 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Join Session")
Definition at line 30 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Join Session")
Definition at line 48 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Join Session")
Definition at line 54 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Join Session")
Definition at line 36 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Join Session")
Definition at line 24 of file ApexTypes.h.