Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/TArrayGetOperator
Deprecated * GetOutputs() has been replaced by BindOutputs(FOutputVertexInterfaceData&)
- IOperator::GetOutputs()
- TArrayGetOperator::GetOutputs()
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundArrayNodes.h |
| Include | #include "MetasoundArrayNodes.h" |
virtual FDataReferenceCollection GetOutputs&40;&41; const
Remarks
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.