A Demo Project for the UnrealEngineSDK
|
A blueprint class with 5 graphs. More...
#include "/PixoCore/Blueprints/UI/VRKeyboards/Blueprints/Keyboard/WBP_CustomButton"
Public Attributes | |
bool | bUseCustomStyle |
Set this to true if you want to use a custom button styles. | |
FButtonStyle | CustomStyle |
If bUseCustomStyle is set to true, the style set in this variable will override the parent button's style. | |
FText | LowercaseText |
a) | |
TEnumAsByte< EModifierKeys > | ModifierKey |
caps lock, spacebar, enter button, etc). | |
FText | SecondaryText |
A button's secondary text. (i.e. 1,2,#) | |
FText | UppercaseText |
A button's uppercase text. (i.e. A) | |
Protected Attributes | |
bool | bCapsLock |
Caps Lock. | |
FButtonPressed | ButtonPressed |
Button Pressed. | |
FText | CurrentText |
The button's currently set text. | |
UWidgetInteractionComponent * | WidgetInteractor |
Widget Interactor. | |
Private Member Functions | |
void | ButtonPressed () |
void | ChangeTextCasing () |
void | ChangeTextToSymbols () |
void | EventGraph () |
void | SetButtonText () |
A blueprint class with 5 graphs.
UDF Path: /PixoCore /Blueprints /UI /VRKeyboards /Blueprints /Keyboard /WBP_CustomButton
Config: Config/DefaultEngine.ini
Definition at line 11 of file UWBP_CustomButton_C.h.
|
privateBlueprint |
|
privateBlueprint |
Changes the button's text casing (Uppercase to Lowercase and vise versa.
Definition at line 13 of file UWBP_CustomButton_C.cpp.
|
privateBlueprint |
Changes the button's text to symbols. Clicking it again switches the button to the Uppercase Text.
Definition at line 28 of file UWBP_CustomButton_C.cpp.
|
privateBlueprint |
|
privateBlueprint |
Sets the button's text to what is give to the function's text input.
Definition at line 22 of file UWBP_CustomButton_C.cpp.
|
protected |
Caps Lock.
Definition at line 25 of file UWBP_CustomButton_C.h.
bool UWBP_CustomButton_C::bUseCustomStyle |
Set this to true if you want to use a custom button styles.
Definition at line 18 of file UWBP_CustomButton_C.h.
|
protected |
Button Pressed.
Definition at line 24 of file UWBP_CustomButton_C.h.
|
protected |
The button's currently set text.
Definition at line 22 of file UWBP_CustomButton_C.h.
FButtonStyle UWBP_CustomButton_C::CustomStyle |
If bUseCustomStyle is set to true, the style set in this variable will override the parent button's style.
Definition at line 19 of file UWBP_CustomButton_C.h.
FText UWBP_CustomButton_C::LowercaseText |
a)
Definition at line 14 of file UWBP_CustomButton_C.h.
TEnumAsByte<EModifierKeys> UWBP_CustomButton_C::ModifierKey |
caps lock, spacebar, enter button, etc).
Definition at line 17 of file UWBP_CustomButton_C.h.
FText UWBP_CustomButton_C::SecondaryText |
A button's secondary text. (i.e. 1,2,#)
Definition at line 16 of file UWBP_CustomButton_C.h.
FText UWBP_CustomButton_C::UppercaseText |
A button's uppercase text. (i.e. A)
Definition at line 15 of file UWBP_CustomButton_C.h.
|
protected |
Widget Interactor.
Definition at line 23 of file UWBP_CustomButton_C.h.