Documentation for the Unreal C++ Plugin
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 = -1
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Apex Org")
 
FString Name = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Apex Org")
 
FString Status = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Apex Org")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 486 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ ~FAPEXOrganization()

virtual FAPEXOrganization::~FAPEXOrganization ( )
inlinevirtual

Definition at line 510 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 512 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 519 of file ApexTypes.h.

Here is the caller graph for this function:

Member Data Documentation

◆ ID

int FAPEXOrganization::ID = -1
EditAnywhereBlueprintReadWrite

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

Definition at line 495 of file ApexTypes.h.

◆ Name

FString FAPEXOrganization::Name = TEXT("")
EditAnywhereBlueprintReadWrite

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

Definition at line 501 of file ApexTypes.h.

◆ Status

FString FAPEXOrganization::Status = TEXT("")
EditAnywhereBlueprintReadWrite

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

Definition at line 507 of file ApexTypes.h.


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