Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FOutputOperator
Deprecated * GetInputs() has been replaced by BindInputs(FInputVertexInterfaceData&).
- IOperator::GetInputs()
- FOutputOperator::GetInputs()
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundOutputNode.h |
| Include | #include "MetasoundOutputNode.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundOutputNode.cpp |
virtual FDataReferenceCollection GetInputs&40;&41; const
Remarks
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.