Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TInlineSparseArrayAllocator
The size to allocate inline for the bit array.
| Name | TInlineSparseArrayAllocator |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path | #include "Containers/ContainerAllocationPolicies.h" |
Syntax
enum TInlineSparseArrayAllocator
{
InlineBitArrayDWORDs = (NumInlineElements + ((int32)32) - 1) / ((int32)32),
}
Values
| Name | Remarks |
|---|---|
| InlineBitArrayDWORDs |