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

Detailed Description

USTRUCT(BlueprintType)

Definition at line 411 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ ~FSessionEventData()

virtual FSessionEventData::~FSessionEventData ( )
inlinevirtual

Definition at line 447 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

virtual void FJsonable::FromJsonObject ( const TSharedPtr< FJsonObject > & JObject)
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.

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 449 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 FSessionEventData::DeviceId = TEXT("")
EditAnywhereBlueprintReadWrite

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

Definition at line 438 of file ApexTypes.h.

◆ EventType

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

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

Definition at line 426 of file ApexTypes.h.

◆ JsonData

FXAPIStatement FSessionEventData::JsonData
EditAnywhereBlueprintReadWrite

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

Definition at line 444 of file ApexTypes.h.

◆ ModuleId

int FSessionEventData::ModuleId = -1
EditAnywhereBlueprintReadWrite

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

Definition at line 432 of file ApexTypes.h.

◆ Uuid

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

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

Definition at line 420 of file ApexTypes.h.


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