Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FGrowOnlySpanAllocator
Description
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.
| Name | IsFree |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/GrowOnlySpanAllocator.h |
| Include Path | #include "GrowOnlySpanAllocator.h" |
bool IsFree
(
int32 Index
) const