Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Defines which Player Mappable Key Setting to use for a Action Key Mapping.
| Name | EPlayerMappableKeySettingBehaviors |
| Type | enum |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedActionKeyMapping.h |
| Include Path | #include "EnhancedActionKeyMapping.h" |
Syntax
enum EPlayerMappableKeySettingBehaviors
{
InheritSettingsFromAction,
OverrideSettings,
IgnoreSettings,
}
Values
| Name | Remarks |
|---|---|
| InheritSettingsFromAction | Use the Settings specified in the Input Action. |
| OverrideSettings | Use the Settings specified in the Action Key Mapping overriding the ones specified in the Input action. |
| IgnoreSettings | Don't use any Settings even if one is specified in the Input Action. |