Navigation
API > API/Plugins > API/Plugins/OpenXRHMD
Inheritance Hierarchy
- IModuleInterface
- IModularFeature
- IOpenXRARModule
References
| Module | OpenXRHMD |
| Header | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/IOpenXRARModule.h |
| Include | #include "IOpenXRARModule.h" |
Syntax
class IOpenXRARModule :
public IModuleInterface ,
public IModularFeature
Functions
| Type | Name | Description | |
|---|---|---|---|
| IARSystemSupport * | Used to init our AR system | ||
| IOpenXRARModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | GetExtensions
(
TArray< const ANSICHAR* >& OutExtensions |
||
| IOpenXRARTrackedMeshHolder * | |||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| void | SetTrackingSystem
(
IXRTrackingSystem& InTrackingSystem |