FAndroidInputInterface::SetForceFeedbackChannelValues

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

Windows
MacOS
Linux

Override Hierarchy

IInputInterface::SetForceFeedbackChannelValues()

FAndroidInputInterface::SetForceFeedbackChannelValues()

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/Lumin/LuminInputInterface.h

Include

#include "Lumin/LuminInputInterface.h"

Source

/Engine/Source/Runtime/ApplicationCore/Private/Lumin/LuminInputInterface.cpp

Syntax

virtual void SetForceFeedbackChannelValues
(
    int32 ControllerId,
    const FForceFeedbackValues & Values
)

Remarks

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

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