Navigation
Unreal Engine C++ API Reference > Runtime > Landscape > FLandscapeComponentSceneProxy
- FPrimitiveSceneProxy::GetLightRelevance()
- FLandscapeComponentSceneProxy::GetLightRelevance()
References
Module | Landscape |
Header | /Engine/Source/Runtime/Landscape/Public/LandscapeRender.h |
Include | #include "LandscapeRender.h" |
Source | /Engine/Source/Runtime/Landscape/Private/LandscapeRender.cpp |
virtual void GetLightRelevance
&40;
const FLightSceneProxy &42; LightSceneProxy,
bool & bDynamic,
bool & bRelevant,
bool & bLightMapped,
bool & bShadowMapped
&41; const
Remarks
Determines the relevance of this primitive's elements to the given light.
Parameters
Name | Description |
---|---|
LightSceneProxy | The light to determine relevance for |
bDynamic | (output) The light is dynamic for this primitive |
bRelevant | (output) The light is relevant for this primitive |
bLightMapped | (output) The light is light mapped for this primitive |