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

Structure representing admin information. More...

#include <PixoLoginTypes.h>

Public Member Functions

 GENERATED_BODY ()
 

Public Attributes

FString FirstName
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "User HTTP")
 
int32 ID
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "User HTTP")
 
FString LastName
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "User HTTP")
 
bool MP
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "User HTTP")
 
int32 OrgID
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "User HTTP")
 
FString Role
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "User HTTP")
 

Detailed Description

Structure representing admin information.

Todo
Investigate whether this structure is necessary due to the existence of ApexSDK

USTRUCT(BlueprintType)

Definition at line 159 of file PixoLoginTypes.h.

Member Function Documentation

◆ GENERATED_BODY()

FPixoAdmin::GENERATED_BODY ( )

Member Data Documentation

◆ FirstName

FString FPixoAdmin::FirstName
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "User HTTP")

Definition at line 175 of file PixoLoginTypes.h.

◆ ID

int32 FPixoAdmin::ID
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "User HTTP")

Definition at line 189 of file PixoLoginTypes.h.

◆ LastName

FString FPixoAdmin::LastName
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "User HTTP")

Definition at line 182 of file PixoLoginTypes.h.

◆ MP

bool FPixoAdmin::MP
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "User HTTP")

Definition at line 203 of file PixoLoginTypes.h.

◆ OrgID

int32 FPixoAdmin::OrgID
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "User HTTP")

Definition at line 168 of file PixoLoginTypes.h.

◆ Role

FString FPixoAdmin::Role
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "User HTTP")

Definition at line 196 of file PixoLoginTypes.h.


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