Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TInlineSparseSetAllocator
| |
|
| Name |
TInlineSparseSetAllocator |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path |
#include "Containers/ContainerAllocationPolicies.h" |
Syntax
enum TInlineSparseSetAllocator
{
NumInlineHashBuckets = (NumInlineElements + AverageNumberOfElementsPerHashBucket - 1) / AverageNumberOfElementsPerHashBucket,
}
Values
| Name |
Remarks |
| NumInlineHashBuckets |
|