A Demo Project for the UnrealEngineSDK
|
USTRUCT(BlueprintType) More...
#include <ApexTypes.h>
Public Member Functions | |
FAPEXRequestFailed () | |
virtual void | FromJsonObject (const TSharedPtr< FJsonObject > &JObject) override |
GENERATED_BODY () | |
virtual TSharedPtr< FJsonObject > | ToJsonObject () const |
Public Attributes | |
bool | Error |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Failed Request") | |
FString | HttpCode |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Failed Request") | |
FString | Message |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Failed Request") | |
USTRUCT(BlueprintType)
Definition at line 133 of file ApexTypes.h.
|
inline |
Definition at line 158 of file ApexTypes.h.
|
inlineoverridevirtual |
Reimplemented from FJsonable.
Definition at line 166 of file ApexTypes.h.
FAPEXRequestFailed::GENERATED_BODY | ( | ) |
|
inlinevirtualinherited |
Reimplemented in FJoinSessionData, FXAPIScore, FCompleteSessionData, FSessionEventData, FAPEXOrganization, FUserSessionData, FApexUserData, FTopTenData, FXAPIExtension, FXAPILanguageMap, FXAPIInteractionComponent, FXAPIActivityDefinition, FXAPIAgent, FXAPIVerb, FXAPIActivity, FXAPIContext, FXAPIResult, FXAPIStatementBase, and FXAPIStatement.
Definition at line 23 of file ApexJSON.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Failed Request")
Definition at line 142 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Failed Request")
Definition at line 149 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Failed Request")
Definition at line 156 of file ApexTypes.h.