unreal.CastRayTracedShadow

class unreal.CastRayTracedShadow

Bases: unreal.EnumBase

Ray Tracing Shadows type.

C++ Source:

  • Module: Engine

  • File: EngineTypes.h

DISABLED

Ray traced shadows disabled for this light

Type

0

ENABLED

Ray traced shadows enabled for this light

Type

2

USE_PROJECT_SETTING

Ray traced shadows follow Cast Ray Traced Shadows project setting

Type

1