UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Core::PagedArray::Private Namespace Reference

Classes

class  TIteratorBase
 
struct  TPageTraits
 

Typedefs

template<typename InElementType , typename InPageType , typename InPageTraits >
using TIterator = TIteratorAdapter< TIteratorBase< InElementType, InPageType, InPageTraits > >
 

Functions

template<typename ElementType , int32 PageSizeInBytes, typename AllocatorType >
FArchiveSerialize (FArchive &Ar, TPagedArray< ElementType, PageSizeInBytes, AllocatorType > &InOutPagedArray)
 
template<typename ElementType , int32 PageSizeInBytes, typename AllocatorType >
void SerializeStructured (FStructuredArchive::FSlot Slot, TPagedArray< ElementType, PageSizeInBytes, AllocatorType > &InOutPagedArray)
 

Typedef Documentation

◆ TIterator

Function Documentation

◆ Serialize()

template<typename ElementType , int32 PageSizeInBytes, typename AllocatorType >
FArchive & UE::Core::PagedArray::Private::Serialize ( FArchive Ar,
TPagedArray< ElementType, PageSizeInBytes, AllocatorType > &  InOutPagedArray 
)

Serializer.

◆ SerializeStructured()

template<typename ElementType , int32 PageSizeInBytes, typename AllocatorType >
void UE::Core::PagedArray::Private::SerializeStructured ( FStructuredArchive::FSlot  Slot,
TPagedArray< ElementType, PageSizeInBytes, AllocatorType > &  InOutPagedArray 
)

Structured archive serializer.