Navigation
API > API/Plugins > API/Plugins/EnhancedInput
References
| |
|
| Module |
EnhancedInput |
| Header |
/Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputModifiers.h |
| Include |
#include "InputModifiers.h" |
Syntax
enum EDeadZoneType
{
Axial,
UMETA =(DisplayName="Smoothed Radial"),
UnscaledRadial,
}
Values
| Name |
Description |
| Axial |
Apply dead zone to axes individually. |
| UMETA |
Apply dead zone logic to all axes simultaneously. |
| UnscaledRadial |
Apply dead zone logic to all axes simultaneously without any smooth input which the normal "Radial" deadzone applies. |