Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSpanAllocator
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SpanAllocator.h |
| Include | #include "SpanAllocator.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SpanAllocator.cpp |
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.