Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStridedView
| Name | FIterator |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StridedView.h |
| Include Path | #include "Containers/StridedView.h" |
Syntax
struct FIterator
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | SizeType | Containers/StridedView.h | ||
| Owner | const TStridedView * | Containers/StridedView.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FIterator& Other |
Containers/StridedView.h | ||
ElementType & operator*() |
Containers/StridedView.h | ||
FIterator & operator++() |
Containers/StridedView.h | ||
bool operator==
(
const FIterator& Other |
Containers/StridedView.h |