Navigation
API > API/Runtime > API/Runtime/MeshUtilitiesCommon > API/Runtime/MeshUtilitiesCommon/FAllocator2D
References
| Module | MeshUtilitiesCommon |
| Header | /Engine/Source/Runtime/MeshUtilitiesCommon/Public/Allocator2D.h |
| Include | #include "Allocator2D.h" |
Syntax
enum EMode
&123;
FreeSegments,
UsedSegments,
&125;
Values
| Name | Description |
|---|---|
| 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. |