Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FOperatorBuilderSettings
Syntax
bool bEnableOperatorRebind
Remarks
If true, the operator created by the builder will be able to update the underlying data of it's input and output data references through the IOperator::BindInputs(...) and IOperator BindOutputs(...) methods. This requires that the created operator maintain additional data and results in a modest increase in memory usage.