Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/IOperator
Description
Bind(...) has been deprecated in favor of BindInputs(...) and BindOutputs(...). Please update your code by removing the implementation to Bind(...) and implementing BindOutputs(...). In future releases, the Bind(...) virtual method will be removed.
Note: IOperators which do not correctly implement BindInputs(...) and BindOutputs(...) will not function correctly with MetaSound operator caching and live auditioning in the MetaSound Builder BP API.
| Name | Bind |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundOperatorInterface.h |
| Include Path | #include "MetasoundOperatorInterface.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundOperatorInterface.cpp |
virtual void Bind
(
FVertexInterfaceData & InVertexData
) const