IOpenXRExtensionPlugin::GetCustomRenderBridge

Optionally provide a custom render bridge for the OpenXR plugin.

Windows
MacOS
Linux

References

Module

OpenXRHMD

Header

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

Include

#include "IOpenXRExtensionPlugin.h"

Syntax

virtual FOpenXRRenderBridge * GetCustomRenderBridge
(
    XrInstance InInstance,
    XrSystemId InSystem
)

Remarks

Optionally provide a custom render bridge for the OpenXR plugin.

this returns a pointer to a new instance allocated with "new". Calling code is responsible for eventually deleting it.

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