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

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 713 of file XAPITypes.h.

Here is the call graph for this function:

◆ GENERATED_BODY()

FXAPIContext::GENERATED_BODY ( )

◆ IsEmpty()

virtual bool FXAPIContext::IsEmpty ( ) const
inlineoverridevirtual

Reimplemented from FXAPIBase.

Definition at line 705 of file XAPITypes.h.

Here is the call graph for this function:

◆ ToJsonObject()

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

Reimplemented from FJsonable.

Definition at line 753 of file XAPITypes.h.

Here is the call graph for this function:

Member Data Documentation

◆ Extensions

FXAPIExtension FXAPIContext::Extensions
EditAnywhereBlueprintReadWrite

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

Definition at line 699 of file XAPITypes.h.

◆ Instructor

FXAPIAgent FXAPIContext::Instructor
EditAnywhereBlueprintReadWrite

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

Definition at line 664 of file XAPITypes.h.

◆ Language

FString FXAPIContext::Language
EditAnywhereBlueprintReadWrite

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

Definition at line 678 of file XAPITypes.h.

◆ Platform

FString FXAPIContext::Platform
EditAnywhereBlueprintReadWrite

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

Definition at line 692 of file XAPITypes.h.

◆ Registration

FGuid FXAPIContext::Registration
EditAnywhereBlueprintReadWrite

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

Definition at line 657 of file XAPITypes.h.

◆ Revision

FString FXAPIContext::Revision
EditAnywhereBlueprintReadWrite

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

Definition at line 685 of file XAPITypes.h.

◆ Team

FXAPIAgent FXAPIContext::Team
EditAnywhereBlueprintReadWrite

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

Definition at line 671 of file XAPITypes.h.


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