Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/IOperator
Description
GetInputs() has been deprecated in favor of BindInputs(...). Please update your code by removing the implementation to GetInputs() and implementing BindInputs(...). In future releases, the GetInputs() 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 | GetInputs |
| 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 FDataReferenceCollection GetInputs() const