TTupleElement

Helper template which gets the element type of a [TTuple](API\Runtime\Core\Templates\TTuple) with the given index.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MeshDescription

Header

/Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h

Include

#include "MeshAttributeArray.h"

Syntax

template<uint32 Index, typename Tuple>
struct TTupleElement

Remarks

Helper template which gets the element type of a TTuple with the given index.

Given Index = 1, and Tuple = TTuple<int, float, char>, TTupleElement<Index, Tuple>::Type will be float.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss