Navigation
API > API/Runtime > API/Runtime/Core
An inline allocator that doesn't have any secondary storage.
| |
|
| Name |
TFixedCompactSetAllocator |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path |
#include "Containers/ContainerAllocationPolicies.h" |
Syntax
template<uint32 NumInlineElements>
struct TFixedCompactSetAllocator
Structs
| Name |
Remarks |
| AllocatorAlignment |
CompactSets use raw uint8, so we need extra alignment information for inline allocators |
Typedefs
| Name |
Type |
Remarks |
Include Path |
| ElementAllocator |
TFixedAllocator< UE::Core::Private::CompactSetAllocatorHelpers::CalculateRequiredBytes< NumInlineElements, ElementSize >()> |
|
Containers/ContainerAllocationPolicies.h |