Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FAnyDataReference
Description
Returns the current value of a reference.
This method's behavior is undefined and an assert will be called if the DataType differs from the underlying data reference's DataType.
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include Path | #include "MetasoundDataReference.h" |
template<typename DataType>
const DataType * GetValue() const