Navigation API > API/Runtime > API/Runtime/IrisCore The InlinedElementAllocationPolicy 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. Name TInlinedElementAllocationPolicy Type class Header File /Engine/Source/Runtime/Net/Iris/Public/Iris/Serialization/NetSerializerArrayStorage.h Include Path #include "Iris/Serialization/NetSerializerArrayStorage.h" Syntax template<uint32 NumInlineElements, typename SecondaryAllocator> class TInlinedElementAllocationPolicy Copy full snippettemplate<uint32 NumInlineElements, typename SecondaryAllocator> class TInlinedElementAllocationPolicy Classes Name Remarks ForElementType Typedefs Name Type Remarks Include Path SizeType typename SecondaryAllocator::SizeType Iris/Serialization/NetSerializerArrayStorage.h