Navigation
API > API/Plugins > API/Plugins/CommonInput
Inheritance Hierarchy
- IModuleInterface
- ICommonInputModule
References
| Module | CommonInput |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonInput/Public/ICommonInputModule.h |
| Include | #include "ICommonInputModule.h" |
Syntax
class ICommonInputModule : public IModuleInterface
Remarks
Interface for the input state system.
Functions
| Type | Name | Description | |
|---|---|---|---|
| ICommonInputModule & | Get () |
Singleton-like access to this module's interface. | |
| UCommonInputSettings & | GetSettings () |
||
| UCommonInputSettings * | |||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |