Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FShadowMap
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ShadowMap.h |
| Include | #include "ShadowMap.h" |
bool ContainsLight
(
const FGuid & LightGuid
) const
Remarks
Checks if a light is stored in this shadow-map. True if the light is stored in the light-map.
Parameters
| Name | Description |
|---|---|
| LightGuid | The GUID of the light to check for. |