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