Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInputDeviceProperty
- UInputDeviceTriggerEffect
- UInputDeviceTriggerResistanceProperty
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/InputDeviceProperties.h |
| Include | #include "GameFramework/InputDeviceProperties.h" |
Syntax
class UInputDeviceTriggerResistanceProperty : public UInputDeviceTriggerEffect
Remarks
Provides linear resistance to a trigger while it is being pressed between a start and end value
NOTE: This property has platform specific implementations and may behave differently per platform. See the docs for more details on each platform.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, FDeviceTriggerTriggerResistanceData > | DeviceOverrideData | A map of device specific color data. | |
| FDeviceTriggerTriggerResistanceData | TriggerData |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UInputDeviceProperty
| Type | Name | Description | |
|---|---|---|---|
| void | EvaluateDeviceProperty_Implementation
(
const FPlatformUserId PlatformUser, |
Native C++ implementation of EvaluateDeviceProperty. | |
| FInputDeviceProperty * | Gets a pointer to the current input device property that the IInputInterface can use. |