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