Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FInputVertexInterfaceData
Description
Gets the value of the bound data reference if it exists. Otherwise create and return a value by constructing one using the Vertex's default literal.
| Name | GetOrCreateDefaultDataValueReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertexData.h |
| Include Path | #include "MetasoundVertexData.h" |
template<typename DataType>
TDataValueReference < DataType > GetOrCreateDefaultDataValueReference
(
const FVertexName & InVertexName,
const FOperatorSettings & InSettings
) const