Navigation
API > API/Runtime > API/Runtime/Core
| Name | TTupleElementGetterByIndex |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Tuple.h |
| Include Path | #include "Templates/Tuple.h" |
Syntax
template<uint32 Index, uint32 TupleSize>
struct TTupleElementGetterByIndex
Struct Specializations
| Name | Remarks |
|---|---|
| TTupleElementGetterByIndex< 0, 2 > |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static decltype(auto) Get
(
TupleType&& Tuple |
Templates/Tuple.h | ||
static decltype(auto) GetImpl
(
const volatile TTupleBaseElement< DeducedType, Index, TupleSize >& Element, |
Templates/Tuple.h |