Navigation
API > API/Plugins > API/Plugins/EnhancedInput
| |
|
| Name |
EDeadZoneType |
| Type |
enum |
| Header File |
/Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputModifiers.h |
| Include Path |
#include "InputModifiers.h" |
Syntax
enum EDeadZoneType
{
Axial,
UMETA =(DisplayName="Smoothed Radial"),
UnscaledRadial,
}
Values
| Name |
Remarks |
| 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. |