Unreal access to the PixoVR Platform
Loading...
Searching...
No Matches
FPOrganization Struct ReferenceBlueprintType

USTRUCT(BlueprintType) More...

#include <PPlatformCoreJsonTypes.h>

Inheritance diagram for FPOrganization:
[legend]

Public Member Functions

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

Public Attributes

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

Detailed Description

USTRUCT(BlueprintType)

Definition at line 62 of file PPlatformCoreJsonTypes.h.

Constructor & Destructor Documentation

◆ ~FPOrganization()

virtual FPOrganization::~FPOrganization ( )
inlinevirtual

Definition at line 86 of file PPlatformCoreJsonTypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 88 of file PPlatformCoreJsonTypes.h.

Here is the caller graph for this function:

◆ GENERATED_BODY()

FPOrganization::GENERATED_BODY ( )

◆ ToJsonObject()

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

Reimplemented from FJsonable.

Definition at line 95 of file PPlatformCoreJsonTypes.h.

Here is the caller graph for this function:

Member Data Documentation

◆ ID

int FPOrganization::ID
EditAnywhereBlueprintReadWrite

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

Definition at line 71 of file PPlatformCoreJsonTypes.h.

◆ Name

FString FPOrganization::Name
EditAnywhereBlueprintReadWrite

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

Definition at line 77 of file PPlatformCoreJsonTypes.h.

◆ Status

FString FPOrganization::Status
EditAnywhereBlueprintReadWrite

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

Definition at line 83 of file PPlatformCoreJsonTypes.h.


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