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