Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FInputBinding
Description
Get the bound data reference if it exists. Otherwise create and return a data reference by constructing one the supplied constructor arguments.
| Name | GetOrConstructAs |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertexData.h |
| Include Path | #include "MetasoundVertexData.h" |
template<typename AsType, typename ... ArgTypes>
AsType GetOrConstructAs
(
ArgTypes &&... Args
) const