Documentation for the Unreal C++ Plugin
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 = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
 
FString FirstName = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
 
int ID = -1
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
 
FString LastName = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
 
FAPEXOrganization Organization
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
 
int OrgId = -1
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
 
int OrgUnit = -1
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
 
FString SessionToken = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 535 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ ~FUserSessionData()

virtual FUserSessionData::~FUserSessionData ( )
inlinevirtual

Definition at line 589 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 601 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 596 of file ApexTypes.h.

Here is the caller graph for this function:

◆ IsSet()

bool FUserSessionData::IsSet ( )
inline

Definition at line 591 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 620 of file ApexTypes.h.

Here is the call graph for this function:

Member Data Documentation

◆ Email

FString FUserSessionData::Email = TEXT("")
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")

Definition at line 574 of file ApexTypes.h.

◆ FirstName

FString FUserSessionData::FirstName = TEXT("")
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")

Definition at line 562 of file ApexTypes.h.

◆ ID

int FUserSessionData::ID = -1
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")

Definition at line 544 of file ApexTypes.h.

◆ LastName

FString FUserSessionData::LastName = TEXT("")
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")

Definition at line 568 of file ApexTypes.h.

◆ Organization

FAPEXOrganization FUserSessionData::Organization
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")

Definition at line 586 of file ApexTypes.h.

◆ OrgId

int FUserSessionData::OrgId = -1
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")

Definition at line 550 of file ApexTypes.h.

◆ OrgUnit

int FUserSessionData::OrgUnit = -1
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")

Definition at line 556 of file ApexTypes.h.

◆ SessionToken

FString FUserSessionData::SessionToken = TEXT("")
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Session Data")

Definition at line 580 of file ApexTypes.h.


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