Navigation
API > API/Runtime > API/Runtime/Core
| Name | TTupleBaseElement |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Tuple.h |
| Include Path | #include "Templates/Tuple.h" |
Syntax
template<typename T, uint32 Index, uint32 TupleSize>
struct TTupleBaseElement
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr TTupleBaseElement () |
Templates/Tuple.h | ||
| Templates/Tuple.h | |||
TTupleBaseElement
(
const TTupleBaseElement& |
Templates/Tuple.h | ||
constexpr TTupleBaseElement
(
EForwardingConstructor, |
Templates/Tuple.h |
Struct Specializations
| Name | Remarks |
|---|---|
| TTupleBaseElement< T, 0, 2 > |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | T | Templates/Tuple.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Templates/Tuple.h | |||
TTupleBaseElement & operator=
(
const TTupleBaseElement& |
Templates/Tuple.h |