Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TFixedSparseArrayAllocator
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include | #include "Containers/ContainerAllocationPolicies.h" |
Syntax
enum
&123;
InlineBitArrayDWORDs = (NumInlineElements + ((int32)32) - 1) / ((int32)32)
&125;
Remarks
The size to allocate inline for the bit array.