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

USTRUCT(BlueprintType) More...

#include <XAPITypes.h>

Inheritance diagram for FXAPIScore:
[legend]

Public Member Functions

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

Public Attributes

FOptionalFloat Max
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Score")
 
FOptionalFloat Min
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Score")
 
FOptionalFloat Raw
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Score")
 
FOptionalFloat Scaled
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Score")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 802 of file XAPITypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 841 of file XAPITypes.h.

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

◆ GENERATED_BODY()

FXAPIScore::GENERATED_BODY ( )

◆ IsEmpty()

virtual bool FXAPIScore::IsEmpty ( ) const
inlineoverridevirtual

Reimplemented from FXAPIBase.

Definition at line 834 of file XAPITypes.h.

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

◆ ToJsonObject()

virtual TSharedPtr< FJsonObject > FXAPIScore::ToJsonObject ( ) const
inlinevirtual

Reimplemented from FJsonable.

Definition at line 866 of file XAPITypes.h.

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

Member Data Documentation

◆ Max

FOptionalFloat FXAPIScore::Max
EditAnywhereBlueprintReadWrite

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

Definition at line 832 of file XAPITypes.h.

◆ Min

FOptionalFloat FXAPIScore::Min
EditAnywhereBlueprintReadWrite

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

Definition at line 825 of file XAPITypes.h.

◆ Raw

FOptionalFloat FXAPIScore::Raw
EditAnywhereBlueprintReadWrite

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

Definition at line 818 of file XAPITypes.h.

◆ Scaled

FOptionalFloat FXAPIScore::Scaled
EditAnywhereBlueprintReadWrite

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

Definition at line 811 of file XAPITypes.h.


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