IOpenXRExtensionPlugin::RegisterOpenXRExtensionModularFeature

Register module as an extension on startup.

Windows
MacOS
Linux

References

Module

OpenXRHMD

Header

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

Include

#include "IOpenXRExtensionPlugin.h"

Syntax

void RegisterOpenXRExtensionModularFeature()

Remarks

Register module as an extension on startup. It is common to do this in StartupModule of your IModuleInterface class (which may also be the class that implements this interface). The module's LoadingPhase must be PostInitConfig or earlier because OpenXRHMD will look for these after it is loaded in that phase.

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