Navigation
Unreal Engine C++ API Reference > Runtime > MeshUtilitiesCommon > FAllocator2D
References
Module | MeshUtilitiesCommon |
Header | /Engine/Source/Runtime/MeshUtilitiesCommon/Public/Allocator2D.h |
Include | #include "Allocator2D.h" |
Syntax
struct FStats
Remarks
Store iteration stats of the principal algorithms.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FStat | FindWithSegmentsIterationsX | |
![]() |
FStat | FindWithSegmentsIterationsY | |
![]() |
FStat | FindWithSegmentsMovedPastPreviousBest | |
![]() |
FStat | FreeSegmentFutureHit | |
![]() |
FStat | FreeSegmentFutureHitStep | |
![]() |
FStat | FreeSegmentFutureIterations | |
![]() |
FStat | FreeSegmentFutureMiss | |
![]() |
FStat | FreeSegmentFutureMissStep | |
![]() |
FStat | FreeSegmentLookupCount | |
![]() |
FStat | FreeSegmentRangeIterations | |
![]() |
FStat | TestAllRowsIterationsY |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Reset () |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FStat |