Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FNullApplication
Description
Sets the strength/speed of all the channels for the given controller id. NOTE: Unsupported channels are silently ignored
Virtual Inheritance
- IInputInterface::SetForceFeedbackChannelValues → FNullApplication::SetForceFeedbackChannelValues
| Name | SetForceFeedbackChannelValues |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/Null/NullApplication.h |
| Include Path | #include "Null/NullApplication.h" |
| Source | /Engine/Source/Runtime/ApplicationCore/Private/Null/NullApplication.cpp |
virtual 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 |