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>
const DataType * GetValue() const
Remarks
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.