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" |
static FPlatformInputSupportOverrideDelegate & GetOnPlatformInputSupportOverride&40;&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| 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. |