FLightMap::ContainsLight

Checks if a light is stored in this light-map.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/LightMap.h

Include

#include "LightMap.h"

Syntax

bool ContainsLight
(
    const FGuid & LightGuid
) const

Remarks

Checks if a light is stored in this light-map.

Returns

True if the light is stored in the light-map.

Parameters

Parameter

Description

LightGuid

The GUID of the light to check for.

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