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