Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCheckedPointerIterator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| This iterator type only supports the minimal functionality needed to support C++ ranged-for syntax. | Containers/Array.h | ||
TCheckedPointerIterator
(
const SizeType& InNum, |
Containers/Array.h |
TCheckedPointerIterator()
Description
This iterator type only supports the minimal functionality needed to support C++ ranged-for syntax. For example, it does not provide post-increment ++ or any operation you wouldn't expect from a raw pointer.
| Name | TCheckedPointerIterator |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
TCheckedPointerIterator()
TCheckedPointerIterator(const SizeType &, ElementType *)
| Name | TCheckedPointerIterator |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
TCheckedPointerIterator
(
const SizeType & InNum,
ElementType * InPtr
)