Documentation for the Unreal C++ Plugin
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 = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Complete Session")
 
FString EventType = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Complete Session")
 
FXAPIStatement JsonData
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Complete Session")
 
int ModuleId = -1
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Complete Session")
 
FSessionData SessionData
 
FString Uuid = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Complete Session")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 291 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ ~FCompleteSessionData()

virtual FCompleteSessionData::~FCompleteSessionData ( )
inlinevirtual

Definition at line 330 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 333 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 359 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 = TEXT("")
EditAnywhereBlueprintReadWrite

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

Definition at line 319 of file ApexTypes.h.

◆ EventType

FString FCompleteSessionData::EventType = TEXT("")
EditAnywhereBlueprintReadWrite

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

Definition at line 307 of file ApexTypes.h.

◆ JsonData

FXAPIStatement FCompleteSessionData::JsonData
EditAnywhereBlueprintReadWrite

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

Definition at line 325 of file ApexTypes.h.

◆ ModuleId

int FCompleteSessionData::ModuleId = -1
EditAnywhereBlueprintReadWrite

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

Definition at line 313 of file ApexTypes.h.

◆ SessionData

FSessionData FCompleteSessionData::SessionData

Definition at line 328 of file ApexTypes.h.

◆ Uuid

FString FCompleteSessionData::Uuid = TEXT("")
EditAnywhereBlueprintReadWrite

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

Definition at line 301 of file ApexTypes.h.


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