Go to the source code of this file.
|
| enum class | ELumenIndirectLightingSteps {
None = 0
, ScreenProbeGather = 1u << 0
, Reflections = 1u << 1
, Composite = 1u << 3
,
All = ScreenProbeGather | Reflections | Composite
} |
| |
| enum class | EDiffuseIndirectMethod { Disabled
, SSGI
, Lumen
, Plugin
} |
| |
| enum class | EAmbientOcclusionMethod { Disabled
, SSAO
, SSGI
, RTAO
} |
| |
| enum class | EReflectionsMethod { Disabled
, SSR
, Lumen
} |
| |
◆ EAmbientOcclusionMethod
| Enumerator |
|---|
| Disabled | |
| SSAO | |
| SSGI | |
| RTAO | |
◆ EDiffuseIndirectMethod
| Enumerator |
|---|
| Disabled | |
| SSGI | |
| Lumen | |
| Plugin | |
◆ ELumenIndirectLightingSteps
| Enumerator |
|---|
| None | |
| ScreenProbeGather | |
| Reflections | |
| Composite | |
| All | |
◆ EReflectionsMethod
| Enumerator |
|---|
| Disabled | |
| SSR | |
| Lumen | |