IOpenXRHMDPlugin

The public interface to this module.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

OpenXRHMD

Header

/Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/IOpenXRHMDPlugin.h

Include

#include "IOpenXRHMDPlugin.h"

Syntax

class IOpenXRHMDPlugin : public IHeadMountedDisplayModule

Remarks

The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.

Functions

Name Description

Public function Static

IOpenXRHMDPl...

 

Get()

Singleton-like access to this module's interface.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function Const

bool

 

IsExtensionAvailable

(
    const FString& Name
)

Public function Const

bool

 

IsExtensionEnabled

(
    const FString& Name
)

Public function Const

bool

 

IsLayerAvailable

(
    const FString& Name
)

Public function Const

bool

 

IsLayerEnabled

(
    const FString& Name
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss