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

USTRUCT(BlueprintType) More...

#include <ApexTypes.h>

Inheritance diagram for FAPEXRequestFailed:
[legend]

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")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 133 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ FAPEXRequestFailed()

FAPEXRequestFailed::FAPEXRequestFailed ( )
inline

Definition at line 158 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 166 of file ApexTypes.h.

Here is the caller graph for this function:

◆ GENERATED_BODY()

FAPEXRequestFailed::GENERATED_BODY ( )

◆ ToJsonObject()

Member Data Documentation

◆ Error

bool FAPEXRequestFailed::Error
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Failed Request")

Definition at line 142 of file ApexTypes.h.

◆ HttpCode

FString FAPEXRequestFailed::HttpCode
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Failed Request")

Definition at line 149 of file ApexTypes.h.

◆ Message

FString FAPEXRequestFailed::Message
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Failed Request")

Definition at line 156 of file ApexTypes.h.


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