Navigation
API > API/Plugins > API/Plugins/OpenXRInput
Inheritance Hierarchy
- IModuleInterface
- IModularFeature
- IInputDeviceModule
- IOpenXRInputPlugin
References
| Module | OpenXRInput |
| Header | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRInput/Public/IOpenXRInputPlugin.h |
| Include | #include "IOpenXRInputPlugin.h" |
Syntax
class IOpenXRInputPlugin : public IInputDeviceModule
Remarks
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IOpenXRInputPlugin & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |