FLightCacheInterface::GetStaticInteraction

Helper function to implement [GetInteraction()](API\Runtime\Engine\FLightCacheInterface\GetInteraction), call after checking for this: if(LightSceneProxy->HasStaticShadowing())

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneManagement.h

Include

#include "SceneManagement.h"

Source

/Engine/Source/Runtime/Engine/Private/SceneManagement.cpp

Syntax

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

Parameter

Description

LightSceneProxy

same as in GetInteraction(), must not be 0

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss