A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FCompleteSessionData Struct ReferenceBlueprintType

USTRUCT(BlueprintType) More...

#include <ApexTypes.h>

Inheritance diagram for FCompleteSessionData:
[legend]

Public Member Functions

virtual ~FCompleteSessionData ()
 
virtual void FromJsonObject (const TSharedPtr< FJsonObject > &JObject) override
 
 GENERATED_BODY ()
 
virtual TSharedPtr< FJsonObject > ToJsonObject () const override
 

Public Attributes

FString DeviceId
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Complete Session")
 
FString EventType
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Complete Session")
 
FXAPIStatement JsonData
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Complete Session")
 
int ModuleId
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Complete Session")
 
FSessionData SessionData
 
FString Uuid
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Complete Session")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 271 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ ~FCompleteSessionData()

virtual FCompleteSessionData::~FCompleteSessionData ( )
inlinevirtual

Definition at line 311 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

virtual void FCompleteSessionData::FromJsonObject ( const TSharedPtr< FJsonObject > & JObject)
inlineoverridevirtual

Reimplemented from FJsonable.

Definition at line 314 of file ApexTypes.h.

Here is the call graph for this function:

◆ GENERATED_BODY()

FCompleteSessionData::GENERATED_BODY ( )

◆ ToJsonObject()

virtual TSharedPtr< FJsonObject > FCompleteSessionData::ToJsonObject ( ) const
inlineoverridevirtual

Reimplemented from FJsonable.

Definition at line 340 of file ApexTypes.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ DeviceId

FString FCompleteSessionData::DeviceId
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Complete Session")

Definition at line 298 of file ApexTypes.h.

◆ EventType

FString FCompleteSessionData::EventType
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Complete Session")

Definition at line 286 of file ApexTypes.h.

◆ JsonData

FXAPIStatement FCompleteSessionData::JsonData
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Complete Session")

Definition at line 304 of file ApexTypes.h.

◆ ModuleId

int FCompleteSessionData::ModuleId
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Complete Session")

Definition at line 292 of file ApexTypes.h.

◆ SessionData

FSessionData FCompleteSessionData::SessionData

Definition at line 307 of file ApexTypes.h.

◆ Uuid

FString FCompleteSessionData::Uuid
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Complete Session")

Definition at line 280 of file ApexTypes.h.


The documentation for this struct was generated from the following file: