Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FDataReferenceCollection > API/Plugins/MetasoundGraphCore/FDataReferenceCollection/ContainsDataReadReference
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReferenceCollection.h |
| Include | #include "MetasoundDataReferenceCollection.h" |
template<typename DataType>
bool ContainsDataReadReference
&40;
const FVertexName & InName
&41; const
Remarks
Query whether a readable data reference is within the collection. True if the data exists in the collection. False otherwise.
Parameters
| Name | Description |
|---|---|
| InName | Name of the data. |