FHoloLensInputInterface::SetForceFeedbackChannelValue

Sets the strength/speed of the given channel for the given controller id.

Windows
MacOS
Linux

Override Hierarchy

IInputInterface::SetForceFeedbackChannelValue()

FHoloLensInputInterface::SetForceFeedbackChannelValue()

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/HoloLens/HoloLensInputInterface.h

Include

#include "HoloLens/HoloLensInputInterface.h"

Source

/Engine/Source/Runtime/ApplicationCore/Private/HoloLens/HoloLensInputInterface.cpp

Syntax

virtual void SetForceFeedbackChannelValue
(
    int32 ControllerId,
    FForceFeedbackChannelType ChannelType,
    float Value
)

Remarks

Sets the strength/speed of the given channel for the given controller id.

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