Navigation
API > API/Plugins > API/Plugins/XRBase > API/Plugins/XRBase/FXRRenderTargetManager
Description
Return the current render bridge for use by the current viewport. Override this method if your device implements a custom FXRRenderBridge. Should only return non-null if the render bridge is initialized and should be used for the current frame
| Name | GetActiveRenderBridge_GameThread |
| Type | function |
| Header File | /Engine/Plugins/Runtime/XRBase/Source/XRBase/Public/XRRenderTargetManager.h |
| Include Path | #include "XRRenderTargetManager.h" |
virtual FXRRenderBridge * GetActiveRenderBridge_GameThread
(
bool bUseSeparateRenderTarget
)