Navigation
API > API/Plugins > API/Plugins/CommonInput > API/Plugins/CommonInput/UCommonInputSubsystem
References
| Module | CommonInput |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonInput/Public/CommonInputSubsystem.h |
| Include | #include "CommonInputSubsystem.h" |
Syntax
static OnPlatformInputSupportOverride;
Remarks
The delegate that allows external systems to override which input methods are supported on this current platform. Note : Calling order is not guaranteed. Also, keep in mind that you might need to honor the previous callee's request to not support the input type being tested.