Navigation
API > API/Plugins > API/Plugins/OpenXRHMD
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
| Name | IOpenXRHMDModule |
| Type | class |
| Header File | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/IOpenXRHMDModule.h |
| Include Path | #include "IOpenXRHMDModule.h" |
Syntax
class IOpenXRHMDModule : public IHeadMountedDisplayModule
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
XrInstance GetInstance() |
IOpenXRHMDModule.h | ||
XrSystemId GetSystemId() |
IOpenXRHMDModule.h | ||
bool IsExtensionAvailable
(
const FString& Name |
IOpenXRHMDModule.h | ||
bool IsExtensionEnabled
(
const FString& Name |
IOpenXRHMDModule.h | ||
bool IsLayerAvailable
(
const FString& Name |
IOpenXRHMDModule.h | ||
bool IsLayerEnabled
(
const FString& Name |
IOpenXRHMDModule.h | ||
XrPath ResolveNameToPath
(
FName Name |
IOpenXRHMDModule.h | ||
FName ResolvePathToName
(
XrPath Path |
IOpenXRHMDModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IOpenXRHMDModule & Get () |
Singleton-like access to this module's interface. | IOpenXRHMDModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IOpenXRHMDModule.h |