Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TAllocatorTraits-_4
| |
|
| Name |
TAllocatorTraits< TSparseArrayAllocator< InElementAllocator, InBitArrayAllocator > > |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path |
#include "Containers/ContainerAllocationPolicies.h" |
Syntax
enum TAllocatorTraits< TSparseArrayAllocator< InElementAllocator, InBitArrayAllocator > >
{
SupportsFreezeMemoryImage = TAllocatorTraits<InElementAllocator>::SupportsFreezeMemoryImage && TAllocatorTraits<InBitArrayAllocator>::SupportsFreezeMemoryImage,
}
Values
| Name |
Remarks |
| SupportsFreezeMemoryImage |
|