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