TTupleElement

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

Windows
MacOS
Linux

Type

typedef UE4Tuple_Private::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, TTupleElement::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