Navigation
API > API/Plugins > API/Plugins/OpenXRHMD
Inheritance Hierarchy
- IModuleInterface
- IModularFeature
- IHeadMountedDisplayModule
- IOpenXRHMDModule
References
| Module | OpenXRHMD |
| Header | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/IOpenXRHMDModule.h |
| Include | #include "IOpenXRHMDModule.h" |
Syntax
class IOpenXRHMDModule : public IHeadMountedDisplayModule
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 | |
|---|---|---|---|
| IOpenXRHMDModule & | Get () |
Singleton-like access to this module's interface. | |
| XrInstance | GetInstance () |
||
| XrSystemId | GetSystemId () |
||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| bool | IsExtensionAvailable
(
const FString& Name |
||
| bool | IsExtensionEnabled
(
const FString& Name |
||
| bool | IsLayerAvailable
(
const FString& Name |
||
| bool | IsLayerEnabled
(
const FString& Name |
||
| XrPath | ResolveNameToPath
(
FName Name |
||
| FName | ResolvePathToName
(
XrPath Path |