TTupleIndex

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

Windows
MacOS
Linux

Type

typedef UE4Tuple_Private::TCVTupleIndex< Type, const volatile TupleType > TTupleIndex

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/Tuple.h

Include

#include "Templates/Tuple.h"

Remarks

Traits class which gets the tuple index of a given type from a given TTuple. If the type doesn't appear, or appears more than once, a compile error is generated.

Given Type = char, and Tuple = TTuple, TTupleIndex::Value will be 2.

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