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

USTRUCT(BlueprintType) More...

#include <XAPITypes.h>

Inheritance diagram for FXAPIInteractionComponent:
[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 Description
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Interaction Component")
 
FString ID
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Interaction Component")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 151 of file XAPITypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 176 of file XAPITypes.h.

Here is the call graph for this function:

◆ GENERATED_BODY()

FXAPIInteractionComponent::GENERATED_BODY ( )

◆ IsEmpty()

virtual bool FXAPIInteractionComponent::IsEmpty ( ) const
inlineoverridevirtual

Reimplemented from FXAPIBase.

Definition at line 170 of file XAPITypes.h.

Here is the call graph for this function:

◆ ToJsonObject()

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

Reimplemented from FJsonable.

Definition at line 184 of file XAPITypes.h.

Here is the call graph for this function:

Member Data Documentation

◆ Description

FXAPILanguageMap FXAPIInteractionComponent::Description
EditAnywhereBlueprintReadWrite

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

Definition at line 167 of file XAPITypes.h.

◆ ID

FString FXAPIInteractionComponent::ID
EditAnywhereBlueprintReadWrite

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

Definition at line 160 of file XAPITypes.h.


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