Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FLocalLightSceneProxy
- FLightSceneProxy::GetPerObjectProjectedShadowInitializer()
- FLocalLightSceneProxy::GetPerObjectProjectedShadowInitializer()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/LocalLightSceneProxy.h |
Include | #include "LocalLightSceneProxy.h" |
Source | /Engine/Source/Runtime/Engine/Private/LocalLightSceneProxy.cpp |
virtual bool GetPerObjectProjectedShadowInitializer
&40;
const FBoxSphereBounds & SubjectBounds,
class FPerObjectProjectedShadowInitializer & OutInitializer
&41; 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. |