USTRUCT(BlueprintType)
More...
#include <PPlatformCoreJsonTypes.h>
|
FString | Email |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
|
|
FString | FirstName |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
|
|
int | ID |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
|
|
FString | LastName |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
|
|
FPOrganization | Organization |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
|
|
int | OrgId |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
|
|
int | OrgUnit |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
|
|
FString | SessionToken |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
|
|
USTRUCT(BlueprintType)
Definition at line 111 of file PPlatformCoreJsonTypes.h.
◆ ~FUserSessionData()
virtual FUserSessionData::~FUserSessionData |
( |
| ) |
|
|
inlinevirtual |
◆ FromJsonObject()
virtual void FUserSessionData::FromJsonObject |
( |
const TSharedPtr< FJsonObject > & | JObject | ) |
|
|
inlineoverridevirtual |
◆ GENERATED_BODY()
FUserSessionData::GENERATED_BODY |
( |
| ) |
|
◆ Invalidate()
void FUserSessionData::Invalidate |
( |
| ) |
|
|
inline |
◆ IsSet()
bool FUserSessionData::IsSet |
( |
| ) |
|
|
inline |
◆ ToJsonObject()
virtual TSharedPtr< FJsonObject > FUserSessionData::ToJsonObject |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ Email
FString FUserSessionData::Email |
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
Definition at line 150 of file PPlatformCoreJsonTypes.h.
◆ FirstName
FString FUserSessionData::FirstName |
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
Definition at line 138 of file PPlatformCoreJsonTypes.h.
◆ ID
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
Definition at line 120 of file PPlatformCoreJsonTypes.h.
◆ LastName
FString FUserSessionData::LastName |
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
Definition at line 144 of file PPlatformCoreJsonTypes.h.
◆ Organization
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
Definition at line 162 of file PPlatformCoreJsonTypes.h.
◆ OrgId
int FUserSessionData::OrgId |
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
Definition at line 126 of file PPlatformCoreJsonTypes.h.
◆ OrgUnit
int FUserSessionData::OrgUnit |
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
Definition at line 132 of file PPlatformCoreJsonTypes.h.
◆ SessionToken
FString FUserSessionData::SessionToken |
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Pixo Platform|User Session Data")
Definition at line 156 of file PPlatformCoreJsonTypes.h.
The documentation for this struct was generated from the following file: