Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStaticLightingMesh
Description
Determines whether the mesh should cast a shadow from a specific light on a specific mapping. This doesn't determine if the mesh actually shadows the receiver, just whether it should be allowed to.
Derived Overrides
| Name | ShouldCastShadow |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/StaticLighting.h |
| Include Path | #include "StaticLighting.h" |
virtual bool ShouldCastShadow
(
ULightComponent * Light,
const FStaticLightingMapping * Receiver
) const
true if the mesh should shadow the receiver from the light.
Parameters
| Name | Remarks |
|---|---|
| Light | The light source. |
| Receiver | The mapping which is receiving the light. |