Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ELumenScreenTracingSource |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/RendererSettings.h |
| Include Path | #include "Engine/RendererSettings.h" |
Syntax
enum ELumenScreenTracingSource
{
SceneColor = 0,
AntialiasedSceneColorWithTranslucency = 1,
}
Values
| Name | Remarks |
|---|---|
| SceneColor | Lumen screen traces will sample the previous frame's Scene Color. |
| AntialiasedSceneColorWithTranslucency | Lumen screen traces will sample the previous frame's anti-aliased Scene Color (TSR output). |