Navigation
API > API/Plugins > API/Plugins/CommonInput > API/Plugins/CommonInput/UCommonInputSubsystem
Description
Gets 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.
| Name | GetOnPlatformInputSupportOverride |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonInput/Public/CommonInputSubsystem.h |
| Include Path | #include "CommonInputSubsystem.h" |
static FPlatformInputSupportOverrideDelegate & GetOnPlatformInputSupportOverride()
Parameters
| Name | Remarks |
|---|---|
| LocalPlayer | The Local Player. |
| InputType | The current input type that is being tested. |
| InOutCurrentPlatformInputSupportState | The state of if we support the input type as set by PlatformSupportsInputType() or the previous callee of this delegate. |