TNthTypeFromParameterPack

Gets the Nth type in a template parameter pack. N must be less than sizeof...(Types)

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Templates/UnrealTypeTraits.h"

Syntax

template<int32 N, typename... Types>
struct TNthTypeFromParameterPack

Remarks

Gets the Nth type in a template parameter pack. N must be less than sizeof...(Types)

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