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

USTRUCT(BlueprintType) More...

#include <XAPITypes.h>

Inheritance diagram for FXAPIStatement:
[legend]

Public Member Functions

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

Public Attributes

FXAPIAgent Actor
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Statement")
 
FXAPIAgent Authority
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Statement")
 
FXAPIContext Context
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Statement")
 
FGuid Id
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Statement")
 
FXAPIResult Result
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Statement")
 
TOptional< FDateTime > Stored
 
FXAPIActivity Target
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Statement")
 
TOptional< FDateTime > TimeStamp
 
FXAPIVerb Verb
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Statement")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 1155 of file XAPITypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FXAPIStatementBase.

Definition at line 1194 of file XAPITypes.h.

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

◆ GENERATED_BODY()

FXAPIStatement::GENERATED_BODY ( )

◆ IsEmpty()

virtual bool FXAPIStatement::IsEmpty ( ) const
inlineoverridevirtual

Reimplemented from FXAPIStatementBase.

Definition at line 1188 of file XAPITypes.h.

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

◆ Stamp()

void FXAPIStatement::Stamp ( ) const
inline

Definition at line 1175 of file XAPITypes.h.

Here is the caller graph for this function:

◆ ToJsonObject()

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

Reimplemented from FXAPIStatementBase.

Definition at line 1217 of file XAPITypes.h.

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

Member Data Documentation

◆ Actor

FXAPIAgent FXAPIStatementBase::Actor
inheritedEditAnywhereBlueprintReadWrite

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

Definition at line 1031 of file XAPITypes.h.

◆ Authority

FXAPIAgent FXAPIStatement::Authority
EditAnywhereBlueprintReadWrite

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

Definition at line 1173 of file XAPITypes.h.

◆ Context

FXAPIContext FXAPIStatementBase::Context
inheritedEditAnywhereBlueprintReadWrite

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

Definition at line 1059 of file XAPITypes.h.

◆ Id

FGuid FXAPIStatement::Id
mutableEditAnywhereBlueprintReadWrite

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

Definition at line 1164 of file XAPITypes.h.

◆ Result

FXAPIResult FXAPIStatementBase::Result
inheritedEditAnywhereBlueprintReadWrite

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

Definition at line 1052 of file XAPITypes.h.

◆ Stored

TOptional<FDateTime> FXAPIStatement::Stored
mutable

Definition at line 1166 of file XAPITypes.h.

◆ Target

FXAPIActivity FXAPIStatementBase::Target
inheritedEditAnywhereBlueprintReadWrite

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

Definition at line 1045 of file XAPITypes.h.

◆ TimeStamp

TOptional<FDateTime> FXAPIStatementBase::TimeStamp
inherited

Definition at line 1062 of file XAPITypes.h.

◆ Verb

FXAPIVerb FXAPIStatementBase::Verb
inheritedEditAnywhereBlueprintReadWrite

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

Definition at line 1038 of file XAPITypes.h.


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