Navigation
API > API/Plugins > API/Plugins/XRBase > API/Plugins/XRBase/FXRRenderBridge
References
| Module | XRBase |
| Header | /Engine/Plugins/Runtime/XRBase/Source/XRBase/Public/XRRenderBridge.h |
| Include | #include "XRRenderBridge.h" |
| Source | /Engine/Plugins/Runtime/XRBase/Source/XRBase/Private/XRRenderBridge.cpp |
virtual void UpdateViewport
&40;
const class FViewport & Viewport,
class FRHIViewport &42; InViewportRHI
&41;
Remarks
Override this method in case the render bridge needs access to the current viewport or RHI viewport before rendering the current frame. Note that you should not call Viewport->SetCustomPresent() from this method, as that is handled by the XRRenderTargetManager implementation.