Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FAnyDataReference
Description
Return a non-const pointer to the data.
If the vertex is bound with this will return a valid pointer. Otherwise it will return a nullptr. This method will assert if the reference is bound, but not writable or if the data type does match.
| Name | GetWritableValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include Path | #include "MetasoundDataReference.h" |
template<typename DataType>
DataType * GetWritableValue() const