IInputInterface::SetForceFeedbackChannelValues

Sets the strength/speed of all the channels for the given controller id.

Windows
MacOS
Linux

Override Hierarchy

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/IInputInterface.h

Include

#include "GenericPlatform/IInputInterface.h"

Syntax

void SetForceFeedbackChannelValues
(
    int32 ControllerId,
    const FForceFeedbackValues & Values
)

Remarks

Sets the strength/speed of all the channels for the given controller id. NOTE: Unsupported channels are silently ignored

Parameters

Parameter

Description

ControllerId

the id of the controller whose value is to be set

FForceFeedbackChannelValues

strength or speed of feedback for all channels

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