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

USTRUCT(BlueprintType) More...

#include <XAPITypes.h>

Inheritance diagram for FXAPIAgent:
[legend]

Public Member Functions

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

Public Attributes

FXAPIExtension Extensions
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Agent")
 
FString MBox
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Agent")
 
FString MBoxSha1Sum
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Agent")
 
FString Name
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Agent")
 
FString OpenId
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Agent")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 378 of file XAPITypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 432 of file XAPITypes.h.

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

◆ GENERATED_BODY()

FXAPIAgent::GENERATED_BODY ( )

◆ GetObjectType()

virtual FString FXAPIAgent::GetObjectType ( ) const
inlinevirtual

Definition at line 427 of file XAPITypes.h.

◆ IsEmpty()

virtual bool FXAPIAgent::IsEmpty ( ) const
inlineoverridevirtual

Reimplemented from FXAPIBase.

Definition at line 420 of file XAPITypes.h.

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

◆ ToJsonObject()

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

Reimplemented from FJsonable.

Definition at line 462 of file XAPITypes.h.

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

Member Data Documentation

◆ Extensions

FXAPIExtension FXAPIAgent::Extensions
EditAnywhereBlueprintReadWrite

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

Definition at line 418 of file XAPITypes.h.

◆ MBox

FString FXAPIAgent::MBox
EditAnywhereBlueprintReadWrite

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

Definition at line 394 of file XAPITypes.h.

◆ MBoxSha1Sum

FString FXAPIAgent::MBoxSha1Sum
EditAnywhereBlueprintReadWrite

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

Definition at line 401 of file XAPITypes.h.

◆ Name

FString FXAPIAgent::Name
EditAnywhereBlueprintReadWrite

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

Definition at line 387 of file XAPITypes.h.

◆ OpenId

FString FXAPIAgent::OpenId
EditAnywhereBlueprintReadWrite

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

Definition at line 408 of file XAPITypes.h.


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