Unreal access to the PixoVR Platform
|
USTRUCT(BlueprintType) More...
#include <PPlatformCoreJsonTypes.h>
Public Member Functions | |
FPRequestFailed () | |
virtual void | FromJsonObject (const TSharedPtr< FJsonObject > &JObject) override |
GENERATED_BODY () | |
virtual TSharedPtr< FJsonObject > | ToJsonObject () const |
Public Attributes | |
bool | Error |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|Failed Request") | |
FString | HttpCode |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|Failed Request") | |
FString | Message |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|Failed Request") | |
USTRUCT(BlueprintType)
Definition at line 11 of file PPlatformCoreJsonTypes.h.
|
inline |
Definition at line 37 of file PPlatformCoreJsonTypes.h.
|
inlineoverridevirtual |
Reimplemented from FJsonable.
Definition at line 45 of file PPlatformCoreJsonTypes.h.
FPRequestFailed::GENERATED_BODY | ( | ) |
|
inlinevirtualinherited |
Reimplemented in FPOrganization, and FUserSessionData.
Definition at line 23 of file PixoPlatformJSON.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|Failed Request")
Definition at line 21 of file PPlatformCoreJsonTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|Failed Request")
Definition at line 28 of file PPlatformCoreJsonTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|Failed Request")
Definition at line 35 of file PPlatformCoreJsonTypes.h.