Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/IInputInterface.h |
Include |
#include "GenericPlatform/IInputInterface.h" |
enum FForceFeedbackChannelType
{
LEFT_LARGE,
LEFT_SMALL,
RIGHT_LARGE,
RIGHT_SMALL,
}
Name |
Description |
---|---|
LEFT_LARGE |
|
LEFT_SMALL |
|
RIGHT_LARGE |
|
RIGHT_SMALL |
General identifiers for potential force feedback channels. These will be mapped according to the platform specific implementation. For example, Platform A only listens to the XXX_LARGE channels and ignores the rest, while Platform B could map the XXX_LARGE to the handle motors and XXX_SMALL to the trigger motors. And others can map LEFT_SMALL to its single motor.