Navigation
API > API/Runtime > API/Runtime/Core
| Name | TEnumerateRef |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/EnumerateRange.h |
| Include Path | #include "Misc/EnumerateRange.h" |
Syntax
template<typename ElementType, typename SizeType>
struct TEnumerateRef
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TEnumerateRef
(
ElementType& InRef, |
Misc/EnumerateRange.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | SizeType | Misc/EnumerateRange.h | ||
| Ref | ElementType & | Misc/EnumerateRange.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SizeType GetIndex() |
Misc/EnumerateRange.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & operator*() |
Misc/EnumerateRange.h | ||
ElementType * operator->() |
Misc/EnumerateRange.h |