Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FInputVertexInterfaceData
Description
Get the bound data read reference if it exists. Otherwise create and return a data read reference by constructing one the supplied constructor arguments.
| Name | GetOrConstructDataReadReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertexData.h |
| Include Path | #include "MetasoundVertexData.h" |
template<typename DataType, typename ... ConstructorArgTypes>
TDataReadReference < DataType > GetOrConstructDataReadReference
(
const FVertexName & InVertexName,
ConstructorArgTypes &&... ConstructorArgs
) const