UMapBuildDataRegistry::AllocateLevelPrecomputedVolumetricLightmapBuildData

Allocates a new [FPrecomputedVolumetricLightmapData](API\Runtime\Engine\FPrecomputedVolumetricLightmapDa-) from the registry.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/MapBuildDataRegistry.h

Include

#include "Engine/MapBuildDataRegistry.h"

Source

/Engine/Source/Runtime/Engine/Private/MapBuildData.cpp

Syntax

FPrecomputedVolumetricLightmapData & AllocateLevelPrecomputedVolumetricLightmapBuildData
(
    const FGuid & LevelId
)

Remarks

Allocates a new FPrecomputedVolumetricLightmapData from the registry. Warning: Further allocations will invalidate the returned reference.

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