Navigation
API > API/Runtime > API/Runtime/ApplicationCore
Base class for device properties that affect Analog Sticks
| Name | FInputDeviceAnalogStickProperty |
| Type | struct |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/IInputInterface.h |
| Include Path | #include "GenericPlatform/IInputInterface.h" |
Syntax
struct FInputDeviceAnalogStickProperty : public FInputDeviceProperty
Inheritance Hierarchy
- FInputDeviceProperty → FInputDeviceAnalogStickProperty
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInputDeviceAnalogStickProperty
(
FName InName |
GenericPlatform/IInputInterface.h | ||
FInputDeviceAnalogStickProperty
(
FName InName, |
GenericPlatform/IInputInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AffectedStick | EInputDeviceAnalogStickMask | Which stick this property should effect | GenericPlatform/IInputInterface.h |