Navigation
API > API/Plugins > API/Plugins/CommonUI
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonActionHandlerInterface.h |
| Include | #include "CommonActionHandlerInterface.h" |
Syntax
class ICommonActionHandlerInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | HandleHoldInput
(
int32 ControllerId, |
The common input manager calls this for any object implementing this interface | |
| bool | HandlePressInput
(
FKey KeyPressed, |
||
| bool | HandleTouchInput
(
uint32 TouchId, |
||
| void | TriggerFirstMatchingInputAction
(
int32 ControllerId, |
This will trigger the first input action based on input action data and the hold action flag | |
| void | UpdateCurrentlyHeldAction
(
float InDeltaTime |
When an action progress happens for a held key, this will be called |