Navigation
API > API/Runtime > API/Runtime/Engine
Ray Tracing Shadows type.
| Name | ECastRayTracedShadow::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
Syntax
namespace ECastRayTracedShadow
{
enum Type
{
Disabled,
UseProjectSetting,
Enabled,
}
}
Values
| Name | Remarks |
|---|---|
| Disabled | Ray traced shadows disabled for this light |
| UseProjectSetting | Ray traced shadows follow Cast Ray Traced Shadows project setting |
| Enabled | Ray traced shadows enabled for this light |