Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneTypes.h |
| Include | #include "SceneTypes.h" |
Syntax
enum EShadowCacheInvalidationBehavior
{
Auto,
Always,
Rigid,
Static,
}
Values
| Name | Description |
|---|---|
| Auto | Default. |
| Always | Always invalidate shadows, can be used to flag a primitive that is using some method of animating that is not known to the system. |
| Rigid | Suppresses invalidations that would otherwise be generated by e.g., World Position Offset (WPO). |
| Static | In addition to "Rigid" behavior, also suppress invalidations due to transform changes. |
Remarks
Setting to control shadow invalidation behavior (in particular with respect to Virtual Shadow Maps and future methods).