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

USTRUCT(BlueprintType) More...

#include <ApexTypes.h>

Inheritance diagram for FSessionEventData:
[legend]

Public Member Functions

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

Public Attributes

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

Detailed Description

USTRUCT(BlueprintType)

Definition at line 392 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ ~FSessionEventData()

virtual FSessionEventData::~FSessionEventData ( )
inlinevirtual

Definition at line 428 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

virtual void FJsonable::FromJsonObject ( const TSharedPtr< FJsonObject > & JObject)
inlinevirtualinherited

Reimplemented in FAPEXRequestFailed, 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.

Here is the caller graph for this function:

◆ GENERATED_BODY()

FSessionEventData::GENERATED_BODY ( )

◆ ToJsonObject()

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

Reimplemented from FJsonable.

Definition at line 430 of file ApexTypes.h.

Here is the call graph for this function:

Member Data Documentation

◆ DeviceId

FString FSessionEventData::DeviceId
BlueprintReadWriteEditAnywhere

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

Definition at line 419 of file ApexTypes.h.

◆ EventType

FString FSessionEventData::EventType
BlueprintReadWriteEditAnywhere

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

Definition at line 407 of file ApexTypes.h.

◆ JsonData

FXAPIStatement FSessionEventData::JsonData
BlueprintReadWriteEditAnywhere

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

Definition at line 425 of file ApexTypes.h.

◆ ModuleId

int FSessionEventData::ModuleId
BlueprintReadWriteEditAnywhere

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

Definition at line 413 of file ApexTypes.h.

◆ Uuid

FString FSessionEventData::Uuid
BlueprintReadWriteEditAnywhere

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

Definition at line 401 of file ApexTypes.h.


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