Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FGrowOnlySpanAllocator
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/GrowOnlySpanAllocator.h |
| Include | #include "GrowOnlySpanAllocator.h" |
bool IsFree
&40;
int32 Index
&41; const
Remarks
Loop over all free spans and check if Index is in any of them. Note: Very costly, only intended for debugging use, and probably best if under a toggle even then.