Navigation
API > API/Runtime > API/Runtime/Core
Description
Flags are passed as a uint32 to minimize PDB impact of these generated symbols.
1 == TAllocatorTraits<>::SupportsElementAlignment 2 == TAllocatorTraits<>::SupportsSlackTracking
When C++20 is guaranteed, concept checks can be used instead.
| Name | UE::Core::Private::GetAllocatorFlags |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
namespace UE
{
namespace Core
{
namespace Private
{
template<typename AllocatorType>
uint32 UE::Core::Private::GetAllocatorFlags()
}
}
}