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

Detailed Description

USTRUCT(BlueprintType)

Definition at line 15 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ ~FJoinSessionData()

virtual FJoinSessionData::~FJoinSessionData ( )
inlinevirtual

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

FJoinSessionData::GENERATED_BODY ( )

◆ ToJsonObject()

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

Reimplemented from FJsonable.

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

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

Definition at line 42 of file ApexTypes.h.

◆ EventType

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

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

Definition at line 30 of file ApexTypes.h.

◆ IpAddress

FString FJoinSessionData::IpAddress = TEXT("")
EditAnywhereBlueprintReadWrite

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

Definition at line 48 of file ApexTypes.h.

◆ JsonData

FXAPIStatement FJoinSessionData::JsonData
EditAnywhereBlueprintReadWrite

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

Definition at line 54 of file ApexTypes.h.

◆ ModuleId

int FJoinSessionData::ModuleId = -1
EditAnywhereBlueprintReadWrite

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

Definition at line 36 of file ApexTypes.h.

◆ Uuid

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

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

Definition at line 24 of file ApexTypes.h.


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