![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Enumerations | |
| enum | EForwardingConstructor { ForwardingConstructor } |
| enum | EOtherTupleConstructor { OtherTupleConstructor } |
Functions | |
| template<typename... ElementTypes, typename... Types> | |
| UE_FORCEINLINE_HINT constexpr TTuple< ElementTypes... > | MakeTupleImpl (Types &&... Args) |
Variables | |
| template<typename T , typename... Types> | |
| constexpr uint32 | TTypeCountInParameterPack_V = 0 |
| template<typename T , typename U , typename... Types> | |
| constexpr uint32 | TTypeCountInParameterPack_V< T, U, Types... > = TTypeCountInParameterPack_V<T, Types...> + (std::is_same_v<T, U> ? 1 : 0) |
|
constexpr |
|
constexpr |
|
constexpr |