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

USTRUCT(BlueprintType) More...

#include <ApexTypes.h>

Inheritance diagram for FTopTenData:
[legend]

Public Member Functions

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

Public Attributes

bool Error
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Top Ten Data")
 
FString Message
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Top Ten Data")
 
TArray< FSessionReportDataSessions
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Top Ten Data")
 
FApexUserData User
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Top Ten Data")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 835 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ ~FTopTenData()

virtual FTopTenData::~FTopTenData ( )
inlinevirtual

Definition at line 865 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 867 of file ApexTypes.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GENERATED_BODY()

FTopTenData::GENERATED_BODY ( )

◆ ToJsonObject()

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

Reimplemented from FJsonable.

Definition at line 895 of file ApexTypes.h.

Member Data Documentation

◆ Error

bool FTopTenData::Error
BlueprintReadWriteEditAnywhere

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

Definition at line 844 of file ApexTypes.h.

◆ Message

FString FTopTenData::Message
BlueprintReadWriteEditAnywhere

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

Definition at line 850 of file ApexTypes.h.

◆ Sessions

TArray<FSessionReportData> FTopTenData::Sessions
BlueprintReadWriteEditAnywhere

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

Definition at line 862 of file ApexTypes.h.

◆ User

FApexUserData FTopTenData::User
BlueprintReadWriteEditAnywhere

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

Definition at line 856 of file ApexTypes.h.


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