Navigation
API > API/Plugins > API/Plugins/XRBase
Inheritance Hierarchy
- FRHIResource
- FRHICustomPresent
- FXRRenderBridge
References
| Module | XRBase |
| Header | /Engine/Plugins/Runtime/XRBase/Source/XRBase/Public/XRRenderBridge.h |
| Include | #include "XRRenderBridge.h" |
Syntax
class FXRRenderBridge : public FRHICustomPresent
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | UpdateViewport
(
const FViewport& Viewport, |
Override this method in case the render bridge needs access to the current viewport or RHI viewport before rendering the current frame. |
Overridden from FRHICustomPresent
| Type | Name | Description | |
|---|---|---|---|
| bool | Called from render thread to see if a native present will be requested for this frame. | ||
| void | Called when viewport is resized. |