![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Array.h>
Public Member Functions | |
| UE_NODEBUG | TCheckedPointerIterator (const SizeType &InNum, ElementType *InPtr) |
| UE_NODEBUG UE_FORCEINLINE_HINT ElementType * | operator-> () const |
| UE_NODEBUG UE_FORCEINLINE_HINT ElementType & | operator* () const |
| UE_NODEBUG UE_FORCEINLINE_HINT TCheckedPointerIterator & | operator++ () |
| UE_NODEBUG UE_FORCEINLINE_HINT TCheckedPointerIterator & | operator-- () |
| UE_NODEBUG UE_FORCEINLINE_HINT bool | operator!= (const TCheckedPointerIterator &Rhs) const |
| UE_NODEBUG FORCEINLINE bool | operator== (const TCheckedPointerIterator &Rhs) const |
Pointer-like iterator type for ranged-for loops which checks that the container hasn't been resized during iteration.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |