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