A Demo Project for the UnrealEngineSDK
|
USTRUCT(BlueprintType) More...
#include <ApexTypes.h>
Public Member Functions | |
virtual void | FromJsonObject (const TSharedPtr< FJsonObject > &JObject) override |
GENERATED_BODY () | |
virtual TSharedPtr< FJsonObject > | ToJsonObject () const override |
Public Attributes | |
FString | |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data") | |
FString | FirstName |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data") | |
int | Id |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data") | |
FString | LastName |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data") | |
int | OrgUnit |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data") | |
FString | Username |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data") | |
USTRUCT(BlueprintType)
Definition at line 625 of file ApexTypes.h.
|
inlineoverridevirtual |
Reimplemented from FJsonable.
Definition at line 671 of file ApexTypes.h.
FApexUserData::GENERATED_BODY | ( | ) |
|
inlineoverridevirtual |
Reimplemented from FJsonable.
Definition at line 688 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
Definition at line 662 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
Definition at line 648 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
Definition at line 634 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
Definition at line 655 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
Definition at line 641 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
Definition at line 669 of file ApexTypes.h.