Navigation
API > API/Plugins > API/Plugins/OpenXRHMD > API/Plugins/OpenXRHMD/IOpenXRExtensionPlugin
Description
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 PostConfigInit or earlier because OpenXRHMD will look for these after it is loaded in that phase.
| Name | RegisterOpenXRExtensionModularFeature |
| Type | function |
| Header File | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/IOpenXRExtensionPlugin.h |
| Include Path | #include "IOpenXRExtensionPlugin.h" |
void RegisterOpenXRExtensionModularFeature()