IInputDevice::SetDeviceProperty

Sets a property for a given controller id.

Windows
MacOS
Linux

References

Module

InputDevice

Header

/Engine/Source/Runtime/InputDevice/Public/IInputDevice.h

Include

#include "IInputDevice.h"

Syntax

virtual void SetDeviceProperty
(
    int32 ControllerId,
    const FInputDeviceProperty * Property
)

Remarks

Sets a property for a given controller id. Will be ignored for devices which don't support the property.

Parameters

Parameter

Description

ControllerId

the id of the controller whose property is to be applied

Property

Base class pointer to property that will be applied

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss