Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
Type
typedef UE::Core::Private::Tuple::TCVTupleElement < Index, const volatile TupleType > TTupleElement
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/Tuple.h |
| Include | #include "Templates/Tuple.h" |
Remarks
Traits class which gets the element type of a TTuple with the given index. If the index is out of range, a compile error is generated.
Given Index = 1, and Tuple = TTuple