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 FUIActionKeyMapping
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | HoldRollbackTime | Time (in seconds) for hold progress to go from 1.0 (completed) to 0.0. | |
| float | HoldTime | How long must the key be held down for the action to be executed? | |
| FKey | Key | A key that triggers this action |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUIActionKeyMapping
(
FKey InKey, |