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

USTRUCT(BlueprintType) More...

#include <ApexTypes.h>

Inheritance diagram for FAPEXOrganization:
[legend]

Public Member Functions

virtual ~FAPEXOrganization ()
 
virtual void FromJsonObject (const TSharedPtr< FJsonObject > &JObject) override
 
 GENERATED_BODY ()
 
virtual TSharedPtr< FJsonObject > ToJsonObject () const override
 

Public Attributes

int ID
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Apex Org")
 
FString Name
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Apex Org")
 
FString Status
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Apex Org")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 467 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ ~FAPEXOrganization()

virtual FAPEXOrganization::~FAPEXOrganization ( )
inlinevirtual

Definition at line 491 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 493 of file ApexTypes.h.

Here is the caller graph for this function:

◆ GENERATED_BODY()

FAPEXOrganization::GENERATED_BODY ( )

◆ ToJsonObject()

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

Reimplemented from FJsonable.

Definition at line 500 of file ApexTypes.h.

Here is the caller graph for this function:

Member Data Documentation

◆ ID

int FAPEXOrganization::ID
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Apex Org")

Definition at line 476 of file ApexTypes.h.

◆ Name

FString FAPEXOrganization::Name
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Apex Org")

Definition at line 482 of file ApexTypes.h.

◆ Status

FString FAPEXOrganization::Status
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Apex Org")

Definition at line 488 of file ApexTypes.h.


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