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

USTRUCT(BlueprintType) More...

#include <XAPITypes.h>

Inheritance diagram for FXAPIVerb:
[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

FXAPILanguageMap Display
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Verb")
 
FString ID
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Verb")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 501 of file XAPITypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 526 of file XAPITypes.h.

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

◆ GENERATED_BODY()

FXAPIVerb::GENERATED_BODY ( )

◆ IsEmpty()

virtual bool FXAPIVerb::IsEmpty ( ) const
inlineoverridevirtual

Reimplemented from FXAPIBase.

Definition at line 519 of file XAPITypes.h.

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

◆ ToJsonObject()

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

Reimplemented from FJsonable.

Definition at line 541 of file XAPITypes.h.

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

Member Data Documentation

◆ Display

FXAPILanguageMap FXAPIVerb::Display
BlueprintReadWriteEditAnywhere

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

Definition at line 517 of file XAPITypes.h.

◆ ID

FString FXAPIVerb::ID
BlueprintReadWriteEditAnywhere

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

Definition at line 510 of file XAPITypes.h.


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