A Demo Project for the UnrealEngineSDK
|
USTRUCT(BlueprintType) More...
#include <ApexTypes.h>
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< FSessionReportData > | Sessions |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Top Ten Data") | |
FApexUserData | User |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Top Ten Data") | |
USTRUCT(BlueprintType)
Definition at line 835 of file ApexTypes.h.
|
inlinevirtual |
Definition at line 865 of file ApexTypes.h.
|
inlineoverridevirtual |
Reimplemented from FJsonable.
Definition at line 867 of file ApexTypes.h.
FTopTenData::GENERATED_BODY | ( | ) |
|
inlineoverridevirtual |
Reimplemented from FJsonable.
Definition at line 895 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Top Ten Data")
Definition at line 844 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Top Ten Data")
Definition at line 850 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Top Ten Data")
Definition at line 862 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Top Ten Data")
Definition at line 856 of file ApexTypes.h.