Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/StructUtils > API/Runtime/CoreUObject/StructUtils/FConstStructArrayView
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructArrayView.h |
| Include | #include "StructUtils/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 |