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

USTRUCT(BlueprintType) More...

#include <XAPITypes.h>

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

FXAPIExtension Extensions
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Context")
 
FXAPIAgent Instructor
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Context")
 
FString Language
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Context")
 
FString Platform
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Context")
 
FGuid Registration
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Context")
 
FString Revision
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Context")
 
FXAPIAgent Team
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|XAPI|Context")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 647 of file XAPITypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 712 of file XAPITypes.h.

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

◆ GENERATED_BODY()

FXAPIContext::GENERATED_BODY ( )

◆ IsEmpty()

virtual bool FXAPIContext::IsEmpty ( ) const
inlineoverridevirtual

Reimplemented from FXAPIBase.

Definition at line 704 of file XAPITypes.h.

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

◆ ToJsonObject()

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

Reimplemented from FJsonable.

Definition at line 752 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 FXAPIContext::Extensions
EditAnywhereBlueprintReadWrite

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

Definition at line 698 of file XAPITypes.h.

◆ Instructor

FXAPIAgent FXAPIContext::Instructor
EditAnywhereBlueprintReadWrite

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

Definition at line 663 of file XAPITypes.h.

◆ Language

FString FXAPIContext::Language
EditAnywhereBlueprintReadWrite

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

Definition at line 677 of file XAPITypes.h.

◆ Platform

FString FXAPIContext::Platform
EditAnywhereBlueprintReadWrite

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

Definition at line 691 of file XAPITypes.h.

◆ Registration

FGuid FXAPIContext::Registration
EditAnywhereBlueprintReadWrite

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

Definition at line 656 of file XAPITypes.h.

◆ Revision

FString FXAPIContext::Revision
EditAnywhereBlueprintReadWrite

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

Definition at line 684 of file XAPITypes.h.

◆ Team

FXAPIAgent FXAPIContext::Team
EditAnywhereBlueprintReadWrite

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

Definition at line 670 of file XAPITypes.h.


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