Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FDeviceTriggerTriggerVibrationData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/InputDeviceProperties.h |
| Include Path | #include "GameFramework/InputDeviceProperties.h" |
Syntax
USTRUCT (BlueprintType )
struct FDeviceTriggerTriggerVibrationData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TriggerPositionCurve | TObjectPtr< UCurveFloat > | What position on the trigger that the feedback should be applied to over time (1-9) | GameFramework/InputDeviceProperties.h |
|
| VibrationAmplitudeCurve | TObjectPtr< UCurveFloat > | The amplitude of the vibration | GameFramework/InputDeviceProperties.h |
|
| VibrationFrequencyCurve | TObjectPtr< UCurveFloat > | The frequency of the vibration | GameFramework/InputDeviceProperties.h |
|