UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Net::AllocationPolicies::TInlinedElementAllocationPolicy< NumInlineElements, SecondaryAllocator > Class Template Reference

#include <NetSerializerArrayStorage.h>

Classes

class  ForElementType
 

Public Types

using SizeType = typename SecondaryAllocator::SizeType
 

Detailed Description

template<uint32 NumInlineElements, typename SecondaryAllocator = FElementAllocationPolicy>
class UE::Net::AllocationPolicies::TInlinedElementAllocationPolicy< NumInlineElements, SecondaryAllocator >

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.

Member Typedef Documentation

◆ SizeType

template<uint32 NumInlineElements, typename SecondaryAllocator = FElementAllocationPolicy>
using UE::Net::AllocationPolicies::TInlinedElementAllocationPolicy< NumInlineElements, SecondaryAllocator >::SizeType = typename SecondaryAllocator::SizeType

The documentation for this class was generated from the following file: