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
Functions
Public
Operators