![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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 > | |
| FArchive & | Serialize (FArchive &Ar, TPagedArray< ElementType, PageSizeInBytes, AllocatorType > &InOutPagedArray) |
| template<typename ElementType , int32 PageSizeInBytes, typename AllocatorType > | |
| void | SerializeStructured (FStructuredArchive::FSlot Slot, TPagedArray< ElementType, PageSizeInBytes, AllocatorType > &InOutPagedArray) |
| using UE::Core::PagedArray::Private::TIterator = typedef TIteratorAdapter<TIteratorBase<InElementType, InPageType, InPageTraits> > |
| FArchive & UE::Core::PagedArray::Private::Serialize | ( | FArchive & | Ar, |
| TPagedArray< ElementType, PageSizeInBytes, AllocatorType > & | InOutPagedArray | ||
| ) |
Serializer.
| void UE::Core::PagedArray::Private::SerializeStructured | ( | FStructuredArchive::FSlot | Slot, |
| TPagedArray< ElementType, PageSizeInBytes, AllocatorType > & | InOutPagedArray | ||
| ) |
Structured archive serializer.