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>
TDataReadReference< DataType > GetDataReadReferenceOrConstructWithVertexDefault
&40;
const FInputVertexInterface & InputVertices,
FVertexName InName,
const FOperatorSettings & InSettings
&41; const
Remarks
Returns a readable data ref from the collection or construct one if one is not there with the default provided from the given input vertex collection. A readable data reference.
Parameters
| Name | Description |
|---|---|
| InputVertices | Collection of input vertices to retrieve default from if reference is not available |
| InName | Name of readable data. |
| InSettings | OperatorSettings of Metasound Operator |