Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISceneRenderBuilder
Description
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.
| Name | IsCompatible |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneRenderBuilderInterface.h |
| Include Path | #include "SceneRenderBuilderInterface.h" |
bool IsCompatible
(
const FEngineShowFlags & EngineShowFlags
) const