Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSpanAllocator
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/SpanAllocator.h |
| Include Path | #include "SpanAllocator.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SpanAllocator.cpp |
bool IsFree
(
int32 Index
) const