FPrimitiveSceneProxy::GetLightRelevance

Determines the relevance of this primitive's elements to the given light.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h

Include

#include "PrimitiveSceneProxy.h"

Syntax

virtual void GetLightRelevance
(
    const FLightSceneProxy * LightSceneProxy,
    bool & bDynamic,
    bool & bRelevant,
    bool & bLightMapped,
    bool & bShadowMapped
) const

Remarks

Determines the relevance of this primitive's elements to the given light.

Parameters

Parameter

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

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