Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UInputKeySelector
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetButtonStyle
(
const FButtonStyle& ButtonStyle |
Sets the style of the button used to start key selection mode. | Components/InputKeySelector.h | |
void SetButtonStyle
(
const FButtonStyle* ButtonStyle |
Sets the style of the button used to start key selection mode. | Components/InputKeySelector.h |
SetButtonStyle(const FButtonStyle &)
Description
Sets the style of the button used to start key selection mode.
| Name | SetButtonStyle |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/InputKeySelector.h |
| Include Path | #include "Components/InputKeySelector.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/InputKeySelector.cpp |
void SetButtonStyle
(
const FButtonStyle & ButtonStyle
)
SetButtonStyle(const FButtonStyle *)
Description
Sets the style of the button used to start key selection mode.
| Name | SetButtonStyle |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/InputKeySelector.h |
| Include Path | #include "Components/InputKeySelector.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/InputKeySelector.cpp |
void SetButtonStyle
(
const FButtonStyle * ButtonStyle
)