Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/TDataWriteReference
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDataWriteReference
(
const TDataReference< DataType >& InDataReference |
Create a writable ref from a blank parameter ref. | MetasoundDataReference.h | |
TDataWriteReference
(
const TDataWriteReference< DataType >& Other |
Enable copy constructor | MetasoundDataReference.h | |
TDataWriteReference
(
TDataWriteReference< DataType >&& Other |
Enable move constructor | MetasoundDataReference.h | |
TDataWriteReference
(
EDataRefShouldConstruct InToken, |
Construct operator with no arguments if the DataType has a default constructor. | MetasoundDataReference.h |
TDataWriteReference(const TDataReference< DataType > &)
Description
Create a writable ref from a blank parameter ref. Should be done with care and understanding of side-effects of converting a ref to a writable ref.
| Name | TDataWriteReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include Path | #include "MetasoundDataReference.h" |
TDataWriteReference
(
const TDataReference < DataType > & InDataReference
)
TDataWriteReference(const TDataWriteReference< DataType > &)
Description
Enable copy constructor
| Name | TDataWriteReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include Path | #include "MetasoundDataReference.h" |
TDataWriteReference
(
const TDataWriteReference < DataType > & Other
)
TDataWriteReference(TDataWriteReference< DataType > &&)
Description
Enable move constructor
| Name | TDataWriteReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include Path | #include "MetasoundDataReference.h" |
TDataWriteReference
(
TDataWriteReference < DataType > && Other
)
TDataWriteReference(EDataRefShouldConstruct, ArgTypes &&...)
Description
Construct operator with no arguments if the DataType has a default constructor.
| Name | TDataWriteReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include Path | #include "MetasoundDataReference.h" |
template<typename... ArgTypes>
TDataWriteReference
(
EDataRefShouldConstruct InToken,
ArgTypes &&... Args
)