Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/TDataValueReference
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include | #include "MetasoundDataReference.h" |
template<typename... ArgTypes>
static TDataValueReference < DataType > CreateNew
(
ArgTypes &&... Args
)
Remarks
This should be used to construct a new DataType object and return this TDataValueReference as a wrapper around it.