Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/Runtime/Core/Templates/TVisitTupleEleme-
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Tuple.h |
Include | #include "Templates/Tuple.h" |
template<uint32 Index, typename FuncType, typename... TupleTypes>
static void InvokeFunc
&40;
FuncType && Func,
TupleTypes &&... Tuples
&41;
Remarks
We need a second function to do the invocation for a particular index, to avoid the pack expansion being attempted on the indices and tuples simultaneously.