Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USceneCaptureComponent
Description
Returns whether a scene capture doesn't want or need lighting, and can disable several additional rendering features to save performance (see DisableFeaturesForUnlit in ShowFlags.h). Depth or base pass outputs aren't affected by lighting, while SceneColor outputs may be generated with the Lighting flag disabled by the user. FinalColor requires post processing, and so is assumed to require additional features, and can't take advantage of disabling features for unlit.
| Name | IsUnlit |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent.h |
| Include Path | #include "Components/SceneCaptureComponent.h" |
bool IsUnlit() const