Navigation
API > API/Plugins > API/Plugins/EnhancedInput
The public interface to this module
| Name | IEnhancedInputModule |
| Type | class |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedInputModule.h |
| Include Path | #include "EnhancedInputModule.h" |
Syntax
class IEnhancedInputModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEnhancedInputLibrary * GetLibrary() |
EnhancedInputModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IEnhancedInputModule & Get () |
Singleton-like access to this module's interface. | EnhancedInputModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | EnhancedInputModule.h |