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

USTRUCT(BlueprintType) More...

#include <ApexTypes.h>

Inheritance diagram for FJoinSessionData:
[legend]

Public Member Functions

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

Public Attributes

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

Detailed Description

USTRUCT(BlueprintType)

Definition at line 50 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ ~FJoinSessionData()

virtual FJoinSessionData::~FJoinSessionData ( )
inlinevirtual

Definition at line 91 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()

FJoinSessionData::GENERATED_BODY ( )

◆ ToJsonObject()

virtual TSharedPtr< FJsonObject > FJoinSessionData::ToJsonObject ( ) const
inlinevirtual

Reimplemented from FJsonable.

Definition at line 93 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 FJoinSessionData::DeviceId
BlueprintReadWriteEditAnywhere

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

Definition at line 77 of file ApexTypes.h.

◆ EventType

FString FJoinSessionData::EventType
BlueprintReadWriteEditAnywhere

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

Definition at line 65 of file ApexTypes.h.

◆ IpAddress

FString FJoinSessionData::IpAddress
BlueprintReadWriteEditAnywhere

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

Definition at line 83 of file ApexTypes.h.

◆ JsonData

FXAPIStatement FJoinSessionData::JsonData
BlueprintReadWriteEditAnywhere

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

Definition at line 89 of file ApexTypes.h.

◆ ModuleId

int FJoinSessionData::ModuleId
BlueprintReadWriteEditAnywhere

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

Definition at line 71 of file ApexTypes.h.

◆ Uuid

FString FJoinSessionData::Uuid
BlueprintReadWriteEditAnywhere

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

Definition at line 59 of file ApexTypes.h.


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