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

USTRUCT(BlueprintType) More...

#include <ApexTypes.h>

Inheritance diagram for FSessionData:
[legend]

Public Member Functions

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

Public Attributes

FXAPIExtension AdditionalContextData
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Data")
 
FXAPIExtension AdditionalResultData
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Data")
 
bool Complete
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Data")
 
int Duration
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Data")
 
float Score
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Data")
 
float ScoreMax
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Data")
 
float ScoreMin
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Data")
 
float ScoreScaled
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Data")
 
bool Success
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Data")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 183 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ ~FSessionData()

virtual FSessionData::~FSessionData ( )
inlinevirtual

Definition at line 243 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 246 of file ApexTypes.h.

Here is the caller graph for this function:

◆ GENERATED_BODY()

FSessionData::GENERATED_BODY ( )

◆ ToJsonObject()

Member Data Documentation

◆ AdditionalContextData

FXAPIExtension FSessionData::AdditionalContextData
BlueprintReadWriteEditAnywhere

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

Definition at line 235 of file ApexTypes.h.

◆ AdditionalResultData

FXAPIExtension FSessionData::AdditionalResultData
BlueprintReadWriteEditAnywhere

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

Definition at line 241 of file ApexTypes.h.

◆ Complete

bool FSessionData::Complete
BlueprintReadWriteEditAnywhere

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

Definition at line 192 of file ApexTypes.h.

◆ Duration

int FSessionData::Duration
BlueprintReadWriteEditAnywhere

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

Definition at line 228 of file ApexTypes.h.

◆ Score

float FSessionData::Score
BlueprintReadWriteEditAnywhere

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

Definition at line 204 of file ApexTypes.h.

◆ ScoreMax

float FSessionData::ScoreMax
BlueprintReadWriteEditAnywhere

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

Definition at line 222 of file ApexTypes.h.

◆ ScoreMin

float FSessionData::ScoreMin
BlueprintReadWriteEditAnywhere

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

Definition at line 216 of file ApexTypes.h.

◆ ScoreScaled

float FSessionData::ScoreScaled
BlueprintReadWriteEditAnywhere

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

Definition at line 210 of file ApexTypes.h.

◆ Success

bool FSessionData::Success
BlueprintReadWriteEditAnywhere

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

Definition at line 198 of file ApexTypes.h.


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