A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UWBP_CustomButton_C.cpp
Go to the documentation of this file.
1
2
#include "
UWBP_CustomButton_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
13
void
UWBP_CustomButton_C::ChangeTextCasing
()
14
{
15
UWBP_CustomButton_C::bCapsLock
();
16
UWBP_CustomButton_C::ButtonText();
17
UWBP_CustomButton_C::LowercaseText
();
18
UWBP_CustomButton_C::SetButtonText
();
19
UWBP_CustomButton_C::UppercaseText
();
20
}
21
22
void
UWBP_CustomButton_C::SetButtonText
()
23
{
24
UWBP_CustomButton_C::ButtonText();
25
UWBP_CustomButton_C::CurrentText
();
26
}
27
28
void
UWBP_CustomButton_C::ChangeTextToSymbols
()
29
{
30
UWBP_CustomButton_C::bCapsLock
();
31
UWBP_CustomButton_C::ButtonText();
32
UWBP_CustomButton_C::LowercaseText
();
33
UWBP_CustomButton_C::SecondaryText
();
34
UWBP_CustomButton_C::SetButtonText
();
35
UWBP_CustomButton_C::UppercaseText
();
36
}
37
38
void
UWBP_CustomButton_C::EventGraph
()
39
{
40
UWBP_CustomButton_C::bUseCustomStyle
();
41
UWBP_CustomButton_C::ChangeTextCasing
();
42
UWBP_CustomButton_C::ChangeTextToSymbols
();
43
UWBP_CustomButton_C::CurrentText
();
44
UWBP_CustomButton_C::CustomStyle
();
45
UWBP_CustomButton_C::KeyboardButton();
46
UWBP_CustomButton_C::LowercaseText
();
47
UWBP_CustomButton_C::ModifierKey
();
48
UWBP_CustomButton_C::SetButtonText
();
49
UWBP_CustomButton_C::UppercaseText
();
50
}
51
52
void
UWBP_CustomButton_C::ButtonPressed
()
53
{
54
}
55
UWBP_CustomButton_C.h
UWBP_CustomButton_C::CurrentText
FText CurrentText
The button's currently set text.
Definition
UWBP_CustomButton_C.h:22
UWBP_CustomButton_C::UppercaseText
FText UppercaseText
A button's uppercase text. (i.e. A)
Definition
UWBP_CustomButton_C.h:15
UWBP_CustomButton_C::SecondaryText
FText SecondaryText
A button's secondary text. (i.e. 1,2,#)
Definition
UWBP_CustomButton_C.h:16
UWBP_CustomButton_C::bCapsLock
bool bCapsLock
Caps Lock.
Definition
UWBP_CustomButton_C.h:25
UWBP_CustomButton_C::SetButtonText
void SetButtonText()
Definition
UWBP_CustomButton_C.cpp:22
UWBP_CustomButton_C::ChangeTextCasing
void ChangeTextCasing()
Definition
UWBP_CustomButton_C.cpp:13
UWBP_CustomButton_C::LowercaseText
FText LowercaseText
a)
Definition
UWBP_CustomButton_C.h:14
UWBP_CustomButton_C::ChangeTextToSymbols
void ChangeTextToSymbols()
Definition
UWBP_CustomButton_C.cpp:28
UWBP_CustomButton_C::ButtonPressed
FButtonPressed ButtonPressed
Button Pressed.
Definition
UWBP_CustomButton_C.h:24
UWBP_CustomButton_C::bUseCustomStyle
bool bUseCustomStyle
Set this to true if you want to use a custom button styles.
Definition
UWBP_CustomButton_C.h:18
UWBP_CustomButton_C::ModifierKey
TEnumAsByte< EModifierKeys > ModifierKey
caps lock, spacebar, enter button, etc).
Definition
UWBP_CustomButton_C.h:17
UWBP_CustomButton_C::CustomStyle
FButtonStyle CustomStyle
If bUseCustomStyle is set to true, the style set in this variable will override the parent button's s...
Definition
UWBP_CustomButton_C.h:19
UWBP_CustomButton_C::EventGraph
void EventGraph()
Definition
UWBP_CustomButton_C.cpp:38
documentation
generated
PixoCore
Blueprints
UI
VRKeyboards
Blueprints
Keyboard
UWBP_CustomButton_C.cpp
Generated
Wed Oct 9 2024 19:52:51
by Doxygen version
1.10.0