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" |
template<typename DataType, typename... ConstructorArgTypes>
TDataReadReference< DataType > GetDataReadReferenceOrConstruct
&40;
FVertexName InName,
ConstructorArgTypes &&... ConstructorArgs
&41; const
Remarks
Returns a readable data ref from the collection or construct one if one is not there. A readable data reference.
Parameters
| Name | Description |
|---|---|
| InName | Name of readable data. |
| ConstructorArgs | Arguments to pass to constructor of TDataReadReference |