Navigation
API > API/Runtime > API/Runtime/Core
| Name | TEnumValueArrayIterator |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/EnumRange.h |
| Include Path | #include "Misc/EnumRange.h" |
Syntax
template<typename EnumType>
struct TEnumValueArrayIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TEnumValueArrayIterator
(
const EnumType* InPtr |
Misc/EnumRange.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Ptr | const EnumType * | Misc/EnumRange.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EnumType operator*() |
Misc/EnumRange.h | ||
TEnumValueArrayIterator & operator++() |
Misc/EnumRange.h |