#include <SceneRenderBuilderInterface.h>
◆ ~ISceneRenderBuilder()
| virtual ISceneRenderBuilder::~ISceneRenderBuilder |
( |
| ) |
|
|
virtualdefault |
◆ AddCommand()
Adds a command that executes on the game thread and is pipelined with scene render commands on the render thread. This is useful to process game thread side logic in between scene renders which may insert render commands. Though be mindful of how commands may be deferred until RDG execution in certain configurations.
Implemented in FSceneRenderBuilder.
◆ AddRenderCommand()
◆ AddRenderer() [1/2]
◆ AddRenderer() [2/2]
◆ Create()
◆ CreateLinkedSceneRenderers()
Creates a linked set of scene renderers with related view families based on the current feature level.
Implemented in FSceneRenderBuilder.
◆ CreateSceneRenderer()
Creates a scene renderer based on the current feature level.
Implemented in FSceneRenderBuilder.
◆ Execute()
◆ GetAllocator()
◆ IsCompatible()
Whether a renderer with the provided show flags can be added to the builder. If not compatible, you must call Execute() first to flush existing renderers prior to adding.
Implemented in FSceneRenderBuilder.
◆ FSceneRenderGroupScope
The documentation for this class was generated from the following files: