Navigation API > API/Runtime > API/Runtime/Core The inline allocation policy allocates up to a specified number of elements in the same allocation as the container. Any allocation needed beyond that causes all data to be moved into an indirect allocation. It always uses DEFAULT_ALIGNMENT. Name TSizedInlineAllocator Type class Header File /Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h Include Path #include "Containers/ContainerAllocationPolicies.h" Syntax template<uint32 NumInlineElements, int IndexSize, typename SecondaryAllocator> class TSizedInlineAllocator Copy full snippettemplate<uint32 NumInlineElements, int IndexSize, typename SecondaryAllocator> class TSizedInlineAllocator Derived Classes FDefaultBitArrayAllocator Classes Name Remarks ForElementType Enums Public Name Remarks TSizedInlineAllocator TSizedInlineAllocator Typedefs Name Type Remarks Include Path ForAnyElementType void Containers/ContainerAllocationPolicies.h SizeType typename TBitsToSizeType< IndexSize >::Type Containers/ContainerAllocationPolicies.h