Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/TDataValueReference
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDataValueReference
(
const TDataReference< DataType >& InRef |
Constructor taking data reference. Used for casting. | MetasoundDataReference.h | |
TDataValueReference
(
const TDataValueReference< DataType >& Other |
Enable copy constructor | MetasoundDataReference.h | |
TDataValueReference
(
TDataValueReference< DataType >&& Other |
Enable move constructor | MetasoundDataReference.h | |
TDataValueReference
(
EDataRefShouldConstruct InToken, |
Construct operator with no arguments if the DataType has a default constructor. | MetasoundDataReference.h |
TDataValueReference(const TDataReference< DataType > &)
Description
Constructor taking data reference. Used for casting.
| Name | TDataValueReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include Path | #include "MetasoundDataReference.h" |
TDataValueReference
(
const TDataReference < DataType > & InRef
)
TDataValueReference(const TDataValueReference< DataType > &)
Description
Enable copy constructor
| Name | TDataValueReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include Path | #include "MetasoundDataReference.h" |
TDataValueReference
(
const TDataValueReference < DataType > & Other
)
TDataValueReference(TDataValueReference< DataType > &&)
Description
Enable move constructor
| Name | TDataValueReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include Path | #include "MetasoundDataReference.h" |
TDataValueReference
(
TDataValueReference < DataType > && Other
)
TDataValueReference(EDataRefShouldConstruct, ArgTypes &&...)
Description
Construct operator with no arguments if the DataType has a default constructor.
| Name | TDataValueReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include Path | #include "MetasoundDataReference.h" |
template<typename... ArgTypes>
TDataValueReference
(
EDataRefShouldConstruct InToken,
ArgTypes &&... Args
)