![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PagedArray.h>
Public Types | |
| using | ElementType = InElementType |
| using | PageType = InPageType |
| using | PageTraits = InPageTraits |
| using | SizeType = typename PageType::SizeType |
Public Member Functions | |
| TIteratorBase ()=default | |
Protected Member Functions | |
| TIteratorBase (InPageType *Data, SizeType Offset) | |
| UE_FORCEINLINE_HINT ElementType & | Dereference () const |
| void | Increment () |
| UE_FORCEINLINE_HINT bool | Equals (const TIteratorBase &Other) const |
TPagedArray iterator base class for TIteratorAdapter.
| using UE::Core::PagedArray::Private::TIteratorBase< InElementType, InPageType, InPageTraits >::ElementType = InElementType |
| using UE::Core::PagedArray::Private::TIteratorBase< InElementType, InPageType, InPageTraits >::PageTraits = InPageTraits |
| using UE::Core::PagedArray::Private::TIteratorBase< InElementType, InPageType, InPageTraits >::PageType = InPageType |
| using UE::Core::PagedArray::Private::TIteratorBase< InElementType, InPageType, InPageTraits >::SizeType = typename PageType::SizeType |
|
default |
|
inlineprotected |
Internal parameter constructor (used exclusively by the container).
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |