Navigation
API > API/Runtime > API/Runtime/MeshUtilitiesCommon > API/Runtime/MeshUtilitiesCommon/FAllocator2D
| Name | EMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/MeshUtilitiesCommon/Public/Allocator2D.h |
| Include Path | #include "Allocator2D.h" |
Syntax
enum EMode
{
FreeSegments,
UsedSegments,
}
Values
| Name | Remarks |
|---|---|
| FreeSegments | In this mode, segments represents free space Used for the layout merging usedsegments |
| UsedSegments | In this mode, segments represents used space Used for the rasterization of charts. |