Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/ULightComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/LightComponent.h |
| Include | #include "Components/LightComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/LightComponent.cpp |
bool IsShadowCast
(
UPrimitiveComponent * Primitive
) const
Remarks
Check whether a given primitive will cast shadows from this light. Returns True if a primitive blocks this light.
Parameters
| Name | Description |
|---|---|
| Primitive | The potential shadow caster. |