Navigation
API > API/Plugins > API/Plugins/CommonUI
| |
|
| Name |
EInputActionState |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonUITypes.h |
| Include Path |
#include "CommonUITypes.h" |
Syntax
enum EInputActionState
{
Enabled,
Disabled,
Hidden,
HiddenAndDisabled,
}
Values
| Name |
Remarks |
| 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 |