Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UEnum > API/Runtime/CoreUObject/UEnum/FNameData
| Name | FIterator |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
Syntax
struct FIterator
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | int32 | UObject/Class.h | ||
| Names | const FName * | UObject/Class.h | ||
| Num | int32 | UObject/Class.h | ||
| Values | const int64 * | UObject/Class.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
FIteratorEnd |
UObject/Class.h | ||
TPair< FName, int64 > operator*() |
UObject/Class.h | ||
void operator++() |
UObject/Class.h | ||
bool operator==
(
FIteratorEnd |
UObject/Class.h |