Documentation for the Unreal C++ Plugin
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 1156 of file XAPITypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FXAPIStatementBase.

Definition at line 66 of file XAPITypes.cpp.

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

◆ GENERATED_BODY()

FXAPIStatement::GENERATED_BODY ( )

◆ IsEmpty()

bool FXAPIStatement::IsEmpty ( ) const
overridevirtual

Reimplemented from FXAPIStatementBase.

Definition at line 60 of file XAPITypes.cpp.

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

◆ Stamp()

void FXAPIStatement::Stamp ( ) const

Definition at line 47 of file XAPITypes.cpp.

Here is the caller graph for this function:

◆ ToJsonObject()

TSharedPtr< FJsonObject > FXAPIStatement::ToJsonObject ( ) const
overridevirtual

Reimplemented from FXAPIStatementBase.

Definition at line 89 of file XAPITypes.cpp.

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 1032 of file XAPITypes.h.

◆ Authority

FXAPIAgent FXAPIStatement::Authority
EditAnywhereBlueprintReadWrite

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

Definition at line 1174 of file XAPITypes.h.

◆ Context

FXAPIContext FXAPIStatementBase::Context
inheritedEditAnywhereBlueprintReadWrite

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

Definition at line 1060 of file XAPITypes.h.

◆ Id

FGuid FXAPIStatement::Id
mutableEditAnywhereBlueprintReadWrite

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

Definition at line 1165 of file XAPITypes.h.

◆ Result

FXAPIResult FXAPIStatementBase::Result
inheritedEditAnywhereBlueprintReadWrite

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

Definition at line 1053 of file XAPITypes.h.

◆ Stored

TOptional<FDateTime> FXAPIStatement::Stored
mutable

Definition at line 1167 of file XAPITypes.h.

◆ Target

FXAPIActivity FXAPIStatementBase::Target
inheritedEditAnywhereBlueprintReadWrite

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

Definition at line 1046 of file XAPITypes.h.

◆ TimeStamp

TOptional<FDateTime> FXAPIStatementBase::TimeStamp
inherited

Definition at line 1063 of file XAPITypes.h.

◆ Verb

FXAPIVerb FXAPIStatementBase::Verb
inheritedEditAnywhereBlueprintReadWrite

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

Definition at line 1039 of file XAPITypes.h.


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