Navigation
API > API/Runtime > API/Runtime/Core
| Name | TIterator |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/EnumRange.h |
| Include Path | #include "Misc/EnumRange.h" |
Syntax
template<typename EnumType>
struct TIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIterator
(
EnumType InFlags |
Misc/EnumRange.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| IntType | std::underlying_type_t< EnumType > | Misc/EnumRange.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flags | IntType | Misc/EnumRange.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EnumType operator*() |
Misc/EnumRange.h | ||
TIterator & operator++() |
Misc/EnumRange.h |