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