Navigation
API > API/Runtime > API/Runtime/InputDevice > API/Runtime/InputDevice/IInputDevice
Description
Sets a property for a given controller id. Will be ignored for devices which don't support the property.
| Name | SetDeviceProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/InputDevice/Public/IInputDevice.h |
| Include Path | #include "IInputDevice.h" |
virtual void SetDeviceProperty
(
int32 ControllerId,
const FInputDeviceProperty * Property
)
Parameters
| Name | Remarks |
|---|---|
| ControllerId | the id of the controller whose property is to be applied |
| Property | Base class pointer to property that will be applied |