Documentation for the Unreal C++ Plugin
Loading...
Searching...
No Matches
UPixoVRLoginUI_C.cpp
Go to the documentation of this file.
1
2#include "UPixoVRLoginUI_C.h"
3
4/*
5 This is fake C++ that doxygen will parse for call graph entries.
6
7 In this pseudo-C++, everything is a function and gets called
8 if it's mentioned in a node graph. Doxygen parses it anyway!
9
10 We use the URLs of the nodes to make this list.
11*/
12
17
22
27
29{
31 UPixoVRLoginUI_C::PasswordEditableTxt();
32 UPixoVRLoginUI_C::RememberMeCheckBox();
33 UPixoVRLoginUI_C::UserNameEditableText();
34}
35
37{
38 UPixoVRLoginUI_C::PasswordEditableTxt();
39 UPixoVRLoginUI_C::UserNameEditableText();
40}
41
43{
48 UPixoVRLoginUI_C::PasswordEditableTxt();
50 UPixoVRLoginUI_C::UserNameEditableText();
51}
52
59
61{
62 UPixoVRLoginUI_C::RememberMeCheckBox();
63}
64
69
74
79
83
104
106{
107}
108
110{
111}
112
114{
115}
116
118{
119}
120
122{
123}
124
126{
127}
128
void Get_LoginFailText_Visibility_0()
bool ShowWrongUserName
Show Wrong User Name.
bool LoadedCachedCredentials
Loaded Cached Credentials.
bool CacheDirty
Cache Dirty.
FError500ButtonClicked Error500ButtonClicked
Error 500Button Clicked.
bool UserNameDirty
User Name Dirty.
FPixoLoginInfo LoginInfo
Login Info.
bool PasswordDirty
Password Dirty.
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.