Navigation
Unreal Engine C++ API Reference > Runtime > Engine > ISceneViewExtension
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PreRenderViewFamily_RenderThread
(
FRDGBuilder& GraphBuilder, |
Called on render thread at the start of rendering. |
![]() ![]() |
void | PreRenderViewFamily_RenderThread
(
FRHICommandListImmediate& RHICmdList, |
Use PreRenderViewFamily_RenderThread with an RDG builder instead. RHI commands can be enqueued directly using GraphBuilder.RHICmdList or queued onto the graph. |