Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FInputBinding
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertexData.h |
| Include | #include "MetasoundVertexData.h" |
template<typename DataType, typename... ConstructorArgTypes>
TDataWriteReference< DataType > GetOrConstructDataWriteReference
&40;
ConstructorArgTypes &&... ConstructorArgs
&41; const
Remarks
Get the bound data write reference if it exists. Otherwise create and return a data write reference by constructing one the supplied constructor arguments.