Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMapBuildDataRegistry
Description
Allocates a new FReflectionCaptureMapBuildData from the registry. Warning: Further allocations will invalidate the returned reference.
| Name | AllocateReflectionCaptureBuildData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/MapBuildDataRegistry.h |
| Include Path | #include "Engine/MapBuildDataRegistry.h" |
| Source | /Engine/Source/Runtime/Engine/Private/MapBuildData.cpp |
FReflectionCaptureMapBuildData & AllocateReflectionCaptureBuildData
(
const FGuid & CaptureId,
bool bMarkDirty
)