Navigation
Unreal Engine C++ API Reference > Runtime > ApplicationCore > Null > FNullApplication
- IInputInterface::SetForceFeedbackChannelValues()
- FNullApplication::SetForceFeedbackChannelValues()
References
Module | ApplicationCore |
Header | /Engine/Source/Runtime/ApplicationCore/Public/Null/NullApplication.h |
Include | #include "Null/NullApplication.h" |
Source | /Engine/Source/Runtime/ApplicationCore/Private/Null/NullApplication.cpp |
virtual void SetForceFeedbackChannelValues
&40;
int32 ControllerId,
const FForceFeedbackValues & Values
&41;
Remarks
Sets the strength/speed of all the channels for the given controller id. NOTE: Unsupported channels are silently ignored
Parameters
Name | Description |
---|---|
ControllerId | the id of the controller whose value is to be set |
FForceFeedbackChannelValues | strength or speed of feedback for all channels |