Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FLightCacheInterface
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneManagement.h |
| Include | #include "SceneManagement.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SceneManagement.cpp |
ELightInteractionType GetStaticInteraction
(
const FLightSceneProxy * LightSceneProxy,
const TArray < FGuid > & IrrelevantLights
) const
Remarks
Helper function to implement GetInteraction(), call after checking for this: if(LightSceneProxy->HasStaticShadowing())
Parameters
| Name | Description |
|---|---|
| LightSceneProxy | same as in GetInteraction(), must not be 0 |