Navigation
API > API/Runtime > API/Runtime/Engine
Plays a sound to an input device's speaker. On platforms that support it, this sound will be played in the form of a vibration where the left and right audio channels represent the left and right side of the controller.
| Name | UInputDeviceAudioBasedVibrationProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/InputDeviceProperties.h |
| Include Path | #include "GameFramework/InputDeviceProperties.h" |
Syntax
UCLASS (Blueprintable, Meta=(DisplayName="Audio Based Vibration (Experimental)"))
class UInputDeviceAudioBasedVibrationProperty : public UInputDeviceProperty
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInputDeviceProperty → UInputDeviceAudioBasedVibrationProperty
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | FAudioBasedVibrationData | GameFramework/InputDeviceProperties.h |
|
|
| DeviceOverrideData | TMap< FName, FAudioBasedVibrationData > | A map of device specific color data. | GameFramework/InputDeviceProperties.h |
|