Navigation
API > API/Runtime > API/Runtime/Core
| Name | TRange |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/EnumRange.h |
| Include Path | #include "Misc/EnumRange.h" |
Syntax
template<typename EnumType>
struct TRange
Derived Classes
TRange derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRange
(
EnumType InFlags |
Misc/EnumRange.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flags | EnumType | Misc/EnumRange.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Private::TIterator< EnumType > begin() |
Misc/EnumRange.h | ||
Private::TIterator< EnumType > end() |
Misc/EnumRange.h |