Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FAnyDataReference
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include | #include "MetasoundDataReference.h" |
template<typename DataType>
DataType * GetWritableValue() const
Remarks
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.