Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/Input
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Input/CommonUIInputSettings.h |
| Include | #include "Input/CommonUIInputSettings.h" |
Syntax
USTRUCT&40;&41;
struct FUIInputAction
Variables
| Type | Name | Description | |
|---|---|---|---|
| FUIActionTag | ActionTag | The UI.Action tag that acts as the universal identifier of this action. | |
| FText | DefaultDisplayName | Whenever a UI input action is bound, an override display name can optionally be provided. | |
| TArray< FUIActionKeyMapping > | KeyMappings | All key mappings that will trigger this action |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool |