Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FAnyDataReference
Description
Get access to a TDataReadReference.
This method will return a valid TDataReadReference of the templated data type. The returned object is only valid if:
The template parameter DataType matches that of the underlying data reference.
The underlying data reference is has Read, Write or Value 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 | GetDataReadReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include Path | #include "MetasoundDataReference.h" |
template<typename DataType>
TDataReadReference < DataType > GetDataReadReference() const