Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FConstStructArrayView
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/StructArrayView.h |
| Include | #include "StructArrayView.h" |
Syntax
struct FIterator
Constructors
| Type | Name | Description | |
|---|---|---|---|
FIterator
(
const FConstStructArrayView& InOwner, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FIterator& Other |
||
| FConstStructView | operator* () |
||
| FIterator & | operator++ () |
||
| bool | operator==
(
const FIterator& Other |