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

A blueprint class with 5 graphs. More...

#include "/PixoCore/Blueprints/UI/VRKeyboards/Blueprints/Keyboard/WBP_CustomButton"

Inheritance diagram for UWBP_CustomButton_C:
[legend]

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 ()
 

Detailed Description

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.

Member Function Documentation

◆ ButtonPressed()

void UWBP_CustomButton_C::ButtonPressed ( )
privateBlueprint
Button Pressed

◆ ChangeTextCasing()

void UWBP_CustomButton_C::ChangeTextCasing ( )
privateBlueprint

Changes the button's text casing (Uppercase to Lowercase and vise versa.

Change Text Casing

Definition at line 13 of file UWBP_CustomButton_C.cpp.

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

◆ ChangeTextToSymbols()

void UWBP_CustomButton_C::ChangeTextToSymbols ( )
privateBlueprint

Changes the button's text to symbols. Clicking it again switches the button to the Uppercase Text.

Change Text to Symbols

Definition at line 28 of file UWBP_CustomButton_C.cpp.

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

◆ EventGraph()

void UWBP_CustomButton_C::EventGraph ( )
privateBlueprint
Event Graph

Definition at line 38 of file UWBP_CustomButton_C.cpp.

Here is the call graph for this function:

◆ SetButtonText()

void UWBP_CustomButton_C::SetButtonText ( )
privateBlueprint

Sets the button's text to what is give to the function's text input.

Set Button Text

Definition at line 22 of file UWBP_CustomButton_C.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ bCapsLock

bool UWBP_CustomButton_C::bCapsLock
protected

Caps Lock.

Definition at line 25 of file UWBP_CustomButton_C.h.

◆ bUseCustomStyle

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.

◆ ButtonPressed

void UWBP_CustomButton_C::ButtonPressed
protected

Button Pressed.

Definition at line 24 of file UWBP_CustomButton_C.h.

◆ CurrentText

FText UWBP_CustomButton_C::CurrentText
protected

The button's currently set text.

Definition at line 22 of file UWBP_CustomButton_C.h.

◆ CustomStyle

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.

◆ LowercaseText

FText UWBP_CustomButton_C::LowercaseText

a)

Definition at line 14 of file UWBP_CustomButton_C.h.

◆ ModifierKey

TEnumAsByte<EModifierKeys> UWBP_CustomButton_C::ModifierKey

caps lock, spacebar, enter button, etc).

Definition at line 17 of file UWBP_CustomButton_C.h.

◆ SecondaryText

FText UWBP_CustomButton_C::SecondaryText

A button's secondary text. (i.e. 1,2,#)

Definition at line 16 of file UWBP_CustomButton_C.h.

◆ UppercaseText

FText UWBP_CustomButton_C::UppercaseText

A button's uppercase text. (i.e. A)

Definition at line 15 of file UWBP_CustomButton_C.h.

◆ WidgetInteractor

UWidgetInteractionComponent* UWBP_CustomButton_C::WidgetInteractor
protected

Widget Interactor.

Definition at line 23 of file UWBP_CustomButton_C.h.


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