Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/INodeController
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include | #include "MetasoundFrontendController.h" |
FNodeHandle ReplaceWithVersion
&40;
const FMetasoundFrontendVersionNumber & InNewVersion,
TArray< FVertexNameAndType > &42; OutDisconnectedInputs,
TArray< FVertexNameAndType > &42; OutDisconnectedOutputs
&41;
Remarks
Replaces this node with a new node of the provided version number, and attempts to rebuild edges where possible with matching vertex names that share the same DataType. Returns a node handle to the new node. If operation fails, returns a handle to this node.