Navigation
API > API/Plugins > API/Plugins/EnhancedInput
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedActionKeyMapping.h |
| Include | #include "EnhancedActionKeyMapping.h" |
Syntax
enum EPlayerMappableKeySettingBehaviors
{
InheritSettingsFromAction,
OverrideSettings,
IgnoreSettings,
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Defines which Player Mappable Key Setting to use for a Action Key Mapping.