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

A blueprint class with 11 graphs. More...

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

Inheritance diagram for UWBP_VRKeyboard_C:
[legend]

Protected Attributes

FBackspaceButtonPressed BackspaceButtonPressed
 Backspace Button Pressed.
 
bool Caps
 Caps.
 
FChangeThemeButtonPressed ChangeThemeButtonPressed
 Change Theme Button Pressed.
 
FChatBoxButtonPressed ChatBoxButtonPressed
 Chat Box Button Pressed.
 
FEnterButtonPressed EnterButtonPressed
 Enter Button Pressed.
 
TArray< UWBP_CustomButton_C * > KeyboardButtons
 Keyboard Buttons.
 
bool Shift
 Shift.
 
bool SymbolsKeyboard
 Symbols Keyboard.
 
FWebBrowserButtonPressed WebBrowserButtonPressed
 Web Browser Button Pressed.
 
UWidgetInteractionComponent * WidgetInteractionComp
 Widget Interaction Comp.
 

Private Member Functions

void BackspaceButtonPressed ()
 
void ChangeThemeButtonPressed ()
 
void ChatBoxButtonPressed ()
 
void DetermineButtonFunctionality ()
 
void EnterButtonPressed ()
 
void EventGraph ()
 
void PressShiftButton ()
 
void SendButtonText ()
 
void SetButtonArray ()
 
void UseModifierButton ()
 
void WebBrowserButtonPressed ()
 

Detailed Description

A blueprint class with 11 graphs.

UDF Path:  /PixoCore /Blueprints /UI /VRKeyboards /Blueprints /Keyboard /WBP_VRKeyboard
Config: Config/DefaultEngine.ini

Definition at line 11 of file UWBP_VRKeyboard_C.h.

Member Function Documentation

◆ BackspaceButtonPressed()

void UWBP_VRKeyboard_C::BackspaceButtonPressed ( )
privateBlueprint
Backspace Button Pressed

◆ ChangeThemeButtonPressed()

void UWBP_VRKeyboard_C::ChangeThemeButtonPressed ( )
privateBlueprint
Change Theme Button Pressed

◆ ChatBoxButtonPressed()

void UWBP_VRKeyboard_C::ChatBoxButtonPressed ( )
privateBlueprint
Chat Box Button Pressed

◆ DetermineButtonFunctionality()

void UWBP_VRKeyboard_C::DetermineButtonFunctionality ( )
privateBlueprint

Determines the pressed button's functionality by checking to see if its a modifier key.

Determine Button Functionality

Definition at line 13 of file UWBP_VRKeyboard_C.cpp.

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

◆ EnterButtonPressed()

void UWBP_VRKeyboard_C::EnterButtonPressed ( )
privateBlueprint
Enter Button Pressed

◆ EventGraph()

void UWBP_VRKeyboard_C::EventGraph ( )
privateBlueprint
Event Graph

Definition at line 85 of file UWBP_VRKeyboard_C.cpp.

Here is the call graph for this function:

◆ PressShiftButton()

void UWBP_VRKeyboard_C::PressShiftButton ( )
privateBlueprint
Press Shift Button

Definition at line 80 of file UWBP_VRKeyboard_C.cpp.

Here is the caller graph for this function:

◆ SendButtonText()

void UWBP_VRKeyboard_C::SendButtonText ( )
privateBlueprint

This sends keyboard/button text to focused widgets like the web browser, message text box, etc.

Send Button Text

Definition at line 21 of file UWBP_VRKeyboard_C.cpp.

Here is the caller graph for this function:

◆ SetButtonArray()

void UWBP_VRKeyboard_C::SetButtonArray ( )
privateBlueprint
Set Button Array

Definition at line 39 of file UWBP_VRKeyboard_C.cpp.

Here is the caller graph for this function:

◆ UseModifierButton()

void UWBP_VRKeyboard_C::UseModifierButton ( )
privateBlueprint

Calling this function with a specified modifer will use that selected modifier's functionality. (i.e. Calling this function with EModifierToUse set to 'Caps Lock' will trigger the caps lock's functionality which is switching all of the button's between uppercase/lowercase.

Use Modifier Button

Definition at line 26 of file UWBP_VRKeyboard_C.cpp.

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

◆ WebBrowserButtonPressed()

void UWBP_VRKeyboard_C::WebBrowserButtonPressed ( )
privateBlueprint
Web Browser Button Pressed

Member Data Documentation

◆ BackspaceButtonPressed

void UWBP_VRKeyboard_C::BackspaceButtonPressed
protected

Backspace Button Pressed.

Definition at line 21 of file UWBP_VRKeyboard_C.h.

◆ Caps

bool UWBP_VRKeyboard_C::Caps
protected

Caps.

Definition at line 23 of file UWBP_VRKeyboard_C.h.

◆ ChangeThemeButtonPressed

void UWBP_VRKeyboard_C::ChangeThemeButtonPressed
protected

Change Theme Button Pressed.

Definition at line 19 of file UWBP_VRKeyboard_C.h.

◆ ChatBoxButtonPressed

void UWBP_VRKeyboard_C::ChatBoxButtonPressed
protected

Chat Box Button Pressed.

Definition at line 18 of file UWBP_VRKeyboard_C.h.

◆ EnterButtonPressed

void UWBP_VRKeyboard_C::EnterButtonPressed
protected

Enter Button Pressed.

Definition at line 17 of file UWBP_VRKeyboard_C.h.

◆ KeyboardButtons

TArray<UWBP_CustomButton_C*> UWBP_VRKeyboard_C::KeyboardButtons
protected

Keyboard Buttons.

Definition at line 16 of file UWBP_VRKeyboard_C.h.

◆ Shift

bool UWBP_VRKeyboard_C::Shift
protected

Shift.

Definition at line 22 of file UWBP_VRKeyboard_C.h.

◆ SymbolsKeyboard

bool UWBP_VRKeyboard_C::SymbolsKeyboard
protected

Symbols Keyboard.

Definition at line 24 of file UWBP_VRKeyboard_C.h.

◆ WebBrowserButtonPressed

void UWBP_VRKeyboard_C::WebBrowserButtonPressed
protected

Web Browser Button Pressed.

Definition at line 20 of file UWBP_VRKeyboard_C.h.

◆ WidgetInteractionComp

UWidgetInteractionComponent* UWBP_VRKeyboard_C::WidgetInteractionComp
protected

Widget Interaction Comp.

Definition at line 15 of file UWBP_VRKeyboard_C.h.


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