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

USTRUCT(BlueprintType) More...

#include <XAPITypes.h>

Inheritance diagram for FXAPIResult:
[legend]

Public Member Functions

virtual void FromJsonObject (const TSharedPtr< FJsonObject > &JObject) override
 
 GENERATED_BODY ()
 
virtual bool IsEmpty () const override
 
virtual TSharedPtr< FJsonObject > ToJsonObject () const override
 

Public Attributes

TOptional< boolCompletion
 
TOptional< FTimespan > Duration
 
FXAPIExtension Extensions
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Result")
 
FString Response
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Result")
 
FXAPIScore Score
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Result")
 
TOptional< boolSuccess
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 898 of file XAPITypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 936 of file XAPITypes.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GENERATED_BODY()

FXAPIResult::GENERATED_BODY ( )

◆ IsEmpty()

virtual bool FXAPIResult::IsEmpty ( ) const
inlineoverridevirtual

Reimplemented from FXAPIBase.

Definition at line 929 of file XAPITypes.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ToJsonObject()

virtual TSharedPtr< FJsonObject > FXAPIResult::ToJsonObject ( ) const
inlineoverridevirtual

Reimplemented from FJsonable.

Definition at line 974 of file XAPITypes.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ Completion

TOptional<bool> FXAPIResult::Completion

Definition at line 902 of file XAPITypes.h.

◆ Duration

TOptional<FTimespan> FXAPIResult::Duration

Definition at line 913 of file XAPITypes.h.

◆ Extensions

FXAPIExtension FXAPIResult::Extensions
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Result")

Definition at line 927 of file XAPITypes.h.

◆ Response

FString FXAPIResult::Response
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Result")

Definition at line 911 of file XAPITypes.h.

◆ Score

FXAPIScore FXAPIResult::Score
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Result")

Definition at line 920 of file XAPITypes.h.

◆ Success

TOptional<bool> FXAPIResult::Success

Definition at line 904 of file XAPITypes.h.


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