Documentation for the Unreal C++ Plugin
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 = false
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Failed Request")
 
FString HttpCode = TEXT("0")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Failed Request")
 
FString Message = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Failed Request")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 98 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ FAPEXRequestFailed()

FAPEXRequestFailed::FAPEXRequestFailed ( )
inline

Definition at line 123 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Reimplemented in FPSessionData.

Definition at line 131 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 = false
EditAnywhereBlueprintReadWrite

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

Definition at line 107 of file ApexTypes.h.

◆ HttpCode

FString FAPEXRequestFailed::HttpCode = TEXT("0")
EditAnywhereBlueprintReadWrite

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

Definition at line 114 of file ApexTypes.h.

◆ Message

FString FAPEXRequestFailed::Message = TEXT("")
EditAnywhereBlueprintReadWrite

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

Definition at line 121 of file ApexTypes.h.


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