Navigation
API > API/Runtime > API/Runtime/Core
| Name | TGetElementByIndex |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Tuple.h |
| Include Path | #include "Templates/Tuple.h" |
Syntax
template<uint32 Index>
struct TGetElementByIndex
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
decltype(((TupleType &&) Tuple).template Get< Index >()) operator()
(
TupleType&& Tuple |
Templates/Tuple.h |