Documentation for the Unreal C++ Plugin
Loading...
Searching...
No Matches
UPixoVRLoginUI_C.h
Go to the documentation of this file.
1#pragma once
12{
13
14protected:
15 FSignInButtonClicked SignInButtonClicked;
16 FShowError500 ShowError500;
17 FError500ButtonClicked Error500ButtonClicked;
18 FShowProgress ShowProgress;
19 FLoginSuccess LoginSuccess;
24 FRememberMe RememberMe;
31
32private:
146 void Get_SignInBtn_bIsEnabled_0(); //"Get Sign in Btn B Is Enabled 0"
316 void ShowHideCircullarThrober(); //"Show Hide Circullar Throber"
486 void Get_LoginFailText_Visibility_0(); //"Get Login Fail Text Visibility 0"
915 void SetupLoginInfo(); //"Setup Login Info"
1086 void ClearLoginCredentials(); //"Clear Login Credentials"
1878 void CreateCredentials(); //"Create Credentials"
2199 void LoadCredentials(); //"Load Credentials"
2505 void SaveCredentials(); //"Save Credentials"
2683 void DeleteCredentialsIf(); //"Delete Credentials If"
2939 void IsUserTimeOut(); //"Is User Time Out"
3131 void Is_Online_Session_Required(); //"Is Online Session Required"
3572 void HideMail(); //"Hide Mail"
8467 void EventGraph(); //"Event Graph"
8537 void SignInButtonClicked(); //"Sign in Button Clicked"
8607 void ShowError500(); //"Show Error 500"
8673 void Error500ButtonClicked(); //"Error 500Button Clicked"
8743 void ShowProgress(); //"Show Progress"
8813 void LoginSuccess(); //"Login Success"
8883 void RememberMe(); //"Remember Me"
8884};
8885
A blueprint class with 19 graphs.
void Get_LoginFailText_Visibility_0()
bool ShowWrongUserName
Show Wrong User Name.
bool LoadedCachedCredentials
Loaded Cached Credentials.
bool CacheDirty
Cache Dirty.
bool CurrentTextFieldIsUsername
Current Text Field Is Username.
FError500ButtonClicked Error500ButtonClicked
Error 500Button Clicked.
bool UserNameDirty
User Name Dirty.
FPixoLoginInfo LoginInfo
Login Info.
void SignInButtonClicked()
bool PasswordDirty
Password Dirty.
void Error500ButtonClicked()
FRememberMe RememberMe
Remember Me.
bool bSignInButtonEnabled
Sign in Button Enabled.
FSignInButtonClicked SignInButtonClicked
Sign in Button Clicked.
FShowError500 ShowError500
Show Error 500.
bool ConnectedToServer
Connected to Server.
FShowProgress ShowProgress
Show Progress.
bool bisWaitingOnServer
Bis Waiting on Server.
FLoginSuccess LoginSuccess
Login Success.
Structure representing login information.