Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FAnyDataReference
Description
Get access to a TDataWriteReference.
This method will return a valid TDataWriteReference of the templated data type. The returned object is only valid if:
The template paramter DataType matches that of the underlying data reference.
The underlying data reference is has Write access.
If this method's behavior is undefined and will assert if it is called with a mismatched data type or unsupported access type.
| Name | GetDataWriteReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include Path | #include "MetasoundDataReference.h" |
template<typename DataType>
TDataWriteReference < DataType > GetDataWriteReference() const