Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/IRendererModule
Description
Experimental: Render multiple view families in a single scene render call. All families must reference the same FScene. Scene Capture not yet supported.
| Name | BeginRenderingViewFamilies |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RendererInterface.h |
| Include Path | #include "RendererInterface.h" |
void BeginRenderingViewFamilies
(
FCanvas * Canvas,
TConstArrayView< FSceneViewFamily * > ViewFamilies
)