Navigation
Unreal Engine C++ API Reference > Runtime > Engine > ISceneViewExtension
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PostRenderView_RenderThread
(
FRDGBuilder& GraphBuilder, |
Allows to render content after the 3D content scene, useful for debugging |
![]() ![]() |
void | PostRenderView_RenderThread
(
FRHICommandListImmediate& RHICmdList, |
Use PostRePostRenderView_RenderThreadnderViewFamily_RenderThread with an RDG builder instead. RHI commands can be enqueued directly using GraphBuilder.RHICmdList or queued onto the graph. |