Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/ISceneRenderer
Description
If supported, will return an interface to mark primitives as invalidating the shadows (which will be effected post-frame). The returned interface will mark primitives for view-dependent shadows according to the supplied SceneView. Returns null if there is no need to invalidate anything.
| Name | GetShadowInvalidatingInstancesInterface |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/SceneRendererInterface.h |
| Include Path | #include "SceneRendererInterface.h" |
virtual UE::Renderer::Private::IShadowInvalidatingInstances * GetShadowInvalidatingInstancesInterface
(
const FSceneView * SceneView
)