Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FLightSceneProxy
- FLightSceneProxy::GetPerObjectProjectedShadowInitializer()
- FLocalLightSceneProxy::GetPerObjectProjectedShadowInitializer()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LightSceneProxy.h |
| Include | #include "LightSceneProxy.h" |
virtual bool GetPerObjectProjectedShadowInitializer
(
const FBoxSphereBounds & SubjectBounds,
FPerObjectProjectedShadowInitializer & OutInitializer
) const
Remarks
Sets up a projected shadow initializer for the given subject. True if a projected shadow should be cast by this subject-light pair.
Parameters
| Name | Description |
|---|---|
| SubjectBounds | The bounding volume of the subject. |
| OutInitializer | Upon successful return, contains the initialization parameters for the shadow. |