Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/IInputInterface
Description
Sets the strength/speed of all the channels for the given controller id. NOTE: Unsupported channels are silently ignored
Derived Overrides
| Name | SetForceFeedbackChannelValues |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/IInputInterface.h |
| Include Path | #include "GenericPlatform/IInputInterface.h" |
void SetForceFeedbackChannelValues
(
int32 ControllerId,
const FForceFeedbackValues & Values
)
Parameters
| Name | Remarks |
|---|---|
| ControllerId | the id of the controller whose value is to be set |
| FForceFeedbackChannelValues | strength or speed of feedback for all channels |