Navigation
API > API/Runtime > API/Runtime/MeshUtilitiesCommon > API/Runtime/MeshUtilitiesCommon/FAllocator2D
| Name | FRun |
| Type | struct |
| Header File | /Engine/Source/Runtime/MeshUtilitiesCommon/Public/Allocator2D.h |
| Include Path | #include "Allocator2D.h" |
Syntax
struct FRun
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FreeSegmentsLookup | TArray< uint16 > | Contains mapping from pixel position to first segment index in search range. | Allocator2D.h | |
| LongestSegment | uint32 | Allocator2D.h | ||
| Segments | TArray< FSegment > | Allocator2D.h |