Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/INodeController
Description
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.
| Name | ReplaceWithVersion |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FNodeHandle ReplaceWithVersion
(
const FMetasoundFrontendVersionNumber & InNewVersion,
TArray < FVertexNameAndType > * OutDisconnectedInputs,
TArray < FVertexNameAndType > * OutDisconnectedOutputs
)