EInputActionState

Windows
MacOS
Linux

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonUITypes.h

Include

#include "CommonUITypes.h"

Syntax

enum EInputActionState
{
    Enabled,
    Disabled,
    Hidden,
    HiddenAndDisabled,
}

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss