A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UPixoVRLoginUI_C Class ReferenceBlueprint

A blueprint class with 18 graphs. More...

#include "/PixoCore/Blueprints/Login/PixoVRLoginUI"

Inheritance diagram for UPixoVRLoginUI_C:
[legend]

Protected Attributes

bool bisWaitingOnServer
 Bis Waiting on Server.
 
bool bSignInButtonEnabled
 Sign in Button Enabled.
 
bool CacheDirty
 Cache Dirty.
 
bool ConnectedToServer
 Connected to Server.
 
bool CurrentTextFieldIsUsername
 Current Text Field Is Username.
 
FError500ButtonClicked Error500ButtonClicked
 Error 500Button Clicked.
 
bool LoadedCachedCredentials
 Loaded Cached Credentials.
 
FPixoLoginInfo LoginInfo
 Login Info.
 
FLoginSuccess LoginSuccess
 Login Success.
 
bool PasswordDirty
 Password Dirty.
 
FRememberMe RememberMe
 Remember Me.
 
FShowError500 ShowError500
 Show Error 500.
 
FShowProgress ShowProgress
 Show Progress.
 
bool ShowWrongUserName
 Show Wrong User Name.
 
FSignInButtonClicked SignInButtonClicked
 Sign in Button Clicked.
 
bool UserNameDirty
 User Name Dirty.
 

Private Member Functions

void ClearLoginCredentials ()
 
void CreateCredentials ()
 
void DeleteCredentialsIf ()
 
void Error500ButtonClicked ()
 
void EventGraph ()
 
void Get_LoginFailText_Visibility_0 ()
 
void Get_SignInBtn_bIsEnabled_0 ()
 
void Is_Online_Session_Required ()
 
void IsUserTimeOut ()
 
void LoadCredentials ()
 
void LoginSuccess ()
 
void RememberMe ()
 
void SaveCredentials ()
 
void SetupLoginInfo ()
 
void ShowError500 ()
 
void ShowHideCircullarThrober ()
 
void ShowProgress ()
 
void SignInButtonClicked ()
 

Detailed Description

A blueprint class with 18 graphs.

UDF Path:  /PixoCore /Blueprints /Login /PixoVRLoginUI
Config: Config/DefaultEngine.ini

Definition at line 11 of file UPixoVRLoginUI_C.h.

Member Function Documentation

◆ ClearLoginCredentials()

void UPixoVRLoginUI_C::ClearLoginCredentials ( )
privateBlueprint

Will clear the E-Mail and Password fields.

Clear Login Credentials

Definition at line 35 of file UPixoVRLoginUI_C.cpp.

Here is the caller graph for this function:

◆ CreateCredentials()

void UPixoVRLoginUI_C::CreateCredentials ( )
privateBlueprint

Will create the PixoLoginInfo using E-Mail and Password fields and ModuleID. Also encrypt the password if specified.

Create Credentials

Definition at line 41 of file UPixoVRLoginUI_C.cpp.

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

◆ DeleteCredentialsIf()

void UPixoVRLoginUI_C::DeleteCredentialsIf ( )
privateBlueprint
Delete Credentials If

Definition at line 64 of file UPixoVRLoginUI_C.cpp.

Here is the caller graph for this function:

◆ Error500ButtonClicked()

void UPixoVRLoginUI_C::Error500ButtonClicked ( )
privateBlueprint
Error 500Button Clicked

◆ EventGraph()

void UPixoVRLoginUI_C::EventGraph ( )
privateBlueprint
Event Graph

Definition at line 79 of file UPixoVRLoginUI_C.cpp.

Here is the call graph for this function:

◆ Get_LoginFailText_Visibility_0()

void UPixoVRLoginUI_C::Get_LoginFailText_Visibility_0 ( )
privateBlueprint
Get Login Fail Text Visibility 0

Definition at line 23 of file UPixoVRLoginUI_C.cpp.

◆ Get_SignInBtn_bIsEnabled_0()

void UPixoVRLoginUI_C::Get_SignInBtn_bIsEnabled_0 ( )
privateBlueprint
Get Sign in Btn B Is Enabled 0

Definition at line 13 of file UPixoVRLoginUI_C.cpp.

◆ Is_Online_Session_Required()

void UPixoVRLoginUI_C::Is_Online_Session_Required ( )
privateBlueprint
Is Online Session Required

Definition at line 74 of file UPixoVRLoginUI_C.cpp.

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

◆ IsUserTimeOut()

void UPixoVRLoginUI_C::IsUserTimeOut ( )
privateBlueprint
Is User Time Out

Definition at line 69 of file UPixoVRLoginUI_C.cpp.

Here is the caller graph for this function:

◆ LoadCredentials()

void UPixoVRLoginUI_C::LoadCredentials ( )
privateBlueprint
Load Credentials

Definition at line 52 of file UPixoVRLoginUI_C.cpp.

Here is the caller graph for this function:

◆ LoginSuccess()

void UPixoVRLoginUI_C::LoginSuccess ( )
privateBlueprint
Login Success

◆ RememberMe()

void UPixoVRLoginUI_C::RememberMe ( )
privateBlueprint
Remember Me

◆ SaveCredentials()

void UPixoVRLoginUI_C::SaveCredentials ( )
privateBlueprint

Will only save if "Remeber Me" is selected.

Save Credentials

Definition at line 59 of file UPixoVRLoginUI_C.cpp.

Here is the caller graph for this function:

◆ SetupLoginInfo()

void UPixoVRLoginUI_C::SetupLoginInfo ( )
privateBlueprint
Setup Login Info

Definition at line 28 of file UPixoVRLoginUI_C.cpp.

Here is the caller graph for this function:

◆ ShowError500()

void UPixoVRLoginUI_C::ShowError500 ( )
privateBlueprint
Show Error 500

◆ ShowHideCircullarThrober()

void UPixoVRLoginUI_C::ShowHideCircullarThrober ( )
privateBlueprint
Show Hide Circullar Throber

Definition at line 18 of file UPixoVRLoginUI_C.cpp.

◆ ShowProgress()

void UPixoVRLoginUI_C::ShowProgress ( )
privateBlueprint
Show Progress

◆ SignInButtonClicked()

void UPixoVRLoginUI_C::SignInButtonClicked ( )
privateBlueprint
Sign in Button Clicked

Member Data Documentation

◆ bisWaitingOnServer

bool UPixoVRLoginUI_C::bisWaitingOnServer
protected

Bis Waiting on Server.

Definition at line 21 of file UPixoVRLoginUI_C.h.

◆ bSignInButtonEnabled

bool UPixoVRLoginUI_C::bSignInButtonEnabled
protected

Sign in Button Enabled.

Definition at line 20 of file UPixoVRLoginUI_C.h.

◆ CacheDirty

bool UPixoVRLoginUI_C::CacheDirty
protected

Cache Dirty.

Definition at line 29 of file UPixoVRLoginUI_C.h.

◆ ConnectedToServer

bool UPixoVRLoginUI_C::ConnectedToServer
protected

Connected to Server.

Definition at line 25 of file UPixoVRLoginUI_C.h.

◆ CurrentTextFieldIsUsername

bool UPixoVRLoginUI_C::CurrentTextFieldIsUsername
protected

Current Text Field Is Username.

Definition at line 23 of file UPixoVRLoginUI_C.h.

◆ Error500ButtonClicked

void UPixoVRLoginUI_C::Error500ButtonClicked
protected

Error 500Button Clicked.

Definition at line 17 of file UPixoVRLoginUI_C.h.

◆ LoadedCachedCredentials

bool UPixoVRLoginUI_C::LoadedCachedCredentials
protected

Loaded Cached Credentials.

Definition at line 28 of file UPixoVRLoginUI_C.h.

◆ LoginInfo

FPixoLoginInfo UPixoVRLoginUI_C::LoginInfo
protected

Login Info.

Definition at line 30 of file UPixoVRLoginUI_C.h.

◆ LoginSuccess

void UPixoVRLoginUI_C::LoginSuccess
protected

Login Success.

Definition at line 19 of file UPixoVRLoginUI_C.h.

◆ PasswordDirty

bool UPixoVRLoginUI_C::PasswordDirty
protected

Password Dirty.

Definition at line 26 of file UPixoVRLoginUI_C.h.

◆ RememberMe

void UPixoVRLoginUI_C::RememberMe
protected

Remember Me.

Definition at line 24 of file UPixoVRLoginUI_C.h.

◆ ShowError500

void UPixoVRLoginUI_C::ShowError500
protected

Show Error 500.

Definition at line 16 of file UPixoVRLoginUI_C.h.

◆ ShowProgress

void UPixoVRLoginUI_C::ShowProgress
protected

Show Progress.

Definition at line 18 of file UPixoVRLoginUI_C.h.

◆ ShowWrongUserName

bool UPixoVRLoginUI_C::ShowWrongUserName
protected

Show Wrong User Name.

Definition at line 22 of file UPixoVRLoginUI_C.h.

◆ SignInButtonClicked

void UPixoVRLoginUI_C::SignInButtonClicked
protected

Sign in Button Clicked.

Definition at line 15 of file UPixoVRLoginUI_C.h.

◆ UserNameDirty

bool UPixoVRLoginUI_C::UserNameDirty
protected

User Name Dirty.

Definition at line 27 of file UPixoVRLoginUI_C.h.


The documentation for this class was generated from the following files: