Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TDynamicVector
FConstIterator class iterates over values of vector
| Name | FConstIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/DynamicVector.h |
| Include Path | #include "Util/DynamicVector.h" |
Syntax
class FConstIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstIterator
(
const TDynamicVector* DVectorIn, |
Util/DynamicVector.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DVector | const TDynamicVector * | Util/DynamicVector.h | ||
| Idx | unsigned int | Util/DynamicVector.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FConstIterator& Itr2 |
Util/DynamicVector.h | ||
const Type & operator*() |
Util/DynamicVector.h | ||
FConstIterator & operator++() |
Util/DynamicVector.h | ||
FConstIterator operator++
(
int |
Util/DynamicVector.h | ||
bool operator==
(
const FConstIterator& Itr2 |
Util/DynamicVector.h |