Navigation
API > API/Plugins > API/Plugins/CommonUI
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonUITypes.h |
| Include | #include "CommonUITypes.h" |
Syntax
enum EInputActionState
&123;
Enabled,
Disabled,
Hidden,
HiddenAndDisabled,
&125;
Values
| Name | Description |
|---|---|
| Enabled | Enabled, will call all callbacks |
| Disabled | Disabled, will call all the disabled callback if specified otherwise do nothing |
| Hidden | The common input reflector will not visualize this but still calls all callbacks. |
| HiddenAndDisabled | Hidden and disabled behaves as if it were never added with no callbacks being called |