FLightSceneProxy::GetPerObjectProjectedShadowInitializer

Sets up a projected shadow initializer for the given subject.

Windows
MacOS
Linux

Override Hierarchy

FLightSceneProxy::GetPerObjectProjectedShadowInitializer()

FLocalLightSceneProxy::GetPerObjectProjectedShadowInitializer()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneManagement.h

Include

#include "SceneManagement.h"

Syntax

virtual bool GetPerObjectProjectedShadowInitializer
(
    const FBoxSphereBounds & SubjectBounds,
    class FPerObjectProjectedShadowInitializer & OutInitializer
) const

Remarks

Sets up a projected shadow initializer for the given subject.

Returns

True if a projected shadow should be cast by this subject-light pair.

Parameters

Parameter

Description

SubjectBounds

The bounding volume of the subject.

OutInitializer

Upon successful return, contains the initialization parameters for the shadow.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss