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

USTRUCT(BlueprintType) More...

#include <ApexTypes.h>

Inheritance diagram for FUserSessionData:
[legend]

Public Member Functions

virtual ~FUserSessionData ()
 
virtual void FromJsonObject (const TSharedPtr< FJsonObject > &JObject) override
 
 GENERATED_BODY ()
 
void Invalidate ()
 
bool IsSet ()
 
virtual TSharedPtr< FJsonObject > ToJsonObject () const override
 

Public Attributes

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")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 516 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ ~FUserSessionData()

virtual FUserSessionData::~FUserSessionData ( )
inlinevirtual

Definition at line 570 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 582 of file ApexTypes.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GENERATED_BODY()

FUserSessionData::GENERATED_BODY ( )

◆ Invalidate()

void FUserSessionData::Invalidate ( )
inline

Definition at line 577 of file ApexTypes.h.

Here is the caller graph for this function:

◆ IsSet()

bool FUserSessionData::IsSet ( )
inline

Definition at line 572 of file ApexTypes.h.

Here is the caller graph for this function:

◆ ToJsonObject()

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

Reimplemented from FJsonable.

Definition at line 601 of file ApexTypes.h.

Here is the call graph for this function:

Member Data Documentation

◆ 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

int FUserSessionData::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

FAPEXOrganization FUserSessionData::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: