Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/TDataReference
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TDataReference< DataType > CreateNew
(
ArgTypes&&... Args |
This should be used to construct a new DataType object and return this TDataReference as a wrapper around it. | MetasoundDataReference.h | |
static TDataReference< DataType > CreateNew
(
ArgTypes&&... Args |
Polymorphic form of CreateNew. | MetasoundDataReference.h |
CreateNew(ArgTypes &&...)
Description
This should be used to construct a new DataType object and return this TDataReference as a wrapper around it.
| Name | CreateNew |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include Path | #include "MetasoundDataReference.h" |
template<typename... ArgTypes>
static TDataReference < DataType > CreateNew
(
ArgTypes &&... Args
)
CreateNew(ArgTypes &&...)
Description
Polymorphic form of CreateNew.
| Name | CreateNew |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include Path | #include "MetasoundDataReference.h" |
template<typename... ArgTypes>
static TDataReference < DataType > CreateNew
(
ArgTypes &&... Args
)