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