Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/IRendererModule > API/Runtime/RenderCore/IRendererModule/BeginScenePrimitiveRendering
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RendererInterface.h |
| Include | #include "RendererInterface.h" |
IScenePrimitiveRenderingContext * BeginScenePrimitiveRendering
(
FRDGBuilder & GraphBuilder,
FSceneViewFamily * ViewFamily
)
Remarks
Prepare Scene primitive rendering and return context. Ensures all primitives that are created are commited and GPU-Scene is updated and allocates a dynamic primitive context. The intended use is for stand-alone rendering that involves Scene proxies (that then may need the machinery to render GPU-Scene aware primitives.