USTRUCT(BlueprintType)
More...
#include <ApexTypes.h>
|
FString | Email |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
|
|
FString | FirstName |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
|
|
int | ID |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
|
|
FString | LastName |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
|
|
FAPEXOrganization | Organization |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
|
|
int | OrgId |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
|
|
int | OrgUnit |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
|
|
FString | SessionToken |
| UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
|
|
USTRUCT(BlueprintType)
Definition at line 516 of file ApexTypes.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 = "Apex|User Session Data")
Definition at line 555 of file ApexTypes.h.
◆ FirstName
FString FUserSessionData::FirstName |
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
Definition at line 543 of file ApexTypes.h.
◆ ID
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
Definition at line 525 of file ApexTypes.h.
◆ LastName
FString FUserSessionData::LastName |
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
Definition at line 549 of file ApexTypes.h.
◆ Organization
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
Definition at line 567 of file ApexTypes.h.
◆ OrgId
int FUserSessionData::OrgId |
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
Definition at line 531 of file ApexTypes.h.
◆ OrgUnit
int FUserSessionData::OrgUnit |
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
Definition at line 537 of file ApexTypes.h.
◆ SessionToken
FString FUserSessionData::SessionToken |
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
Definition at line 561 of file ApexTypes.h.
The documentation for this struct was generated from the following file:
- SDKDemo/Plugins/UnrealEngineSDK/PixoApex/Source/ApexSDK/Public/ApexTypes.h