Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISceneRenderBuilder
Description
Creates an instance of a scene render builder using a specified scene. The scene must be valid and all scene renderers must reference the same scene instance.
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneRenderBuilderInterface.h |
| Include Path | #include "SceneRenderBuilderInterface.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SceneRenderBuilderInterface.cpp |
static TUniquePtr < ISceneRenderBuilder > Create
(
FSceneInterface * SceneInterface
)