Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FDataReferenceCollection
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReferenceCollection.h |
| Include | #include "MetasoundDataReferenceCollection.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundDataReferenceCollection.cpp |
bool AddDataReadReferenceFrom
&40;
const FVertexName & InLocalName,
const FDataReferenceCollection & InOtherCollection,
const FVertexName & InOtherName,
const FName & InOtherTypeName
&41;
Remarks
Add a readable data reference from another collection. True if the data was successfully added. False otherwise.
Parameters
| Name | Description |
|---|---|
| InLocalName | Name to give data added to this collection. |
| InOtherCollection | Collection which contains the desired data reference. |
| InOtherName | Name of desired data in other collection. |
| InOtherType | TypeName of desired data. |