Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSceneInterface
Description
Enqueues a new custom render pass to execute the next time this scene is rendered by ANY scene renderer. It will be immediately removed from the scene afterwards.
| Name | AddCustomRenderPass |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneInterface.h |
| Include Path | #include "SceneInterface.h" |
virtual bool AddCustomRenderPass
(
const FSceneViewFamily * ViewFamily,
const FCustomRenderPassRendererInput & CustomRenderPassInput
)