Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphNode.h |
Include |
#include "MetasoundEditorGraphNode.h" |
Source |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphNode.cpp |
UMetasoundEditorGraphExternalNode * UpdateToVersion
(
const FMetasoundFrontendVersionNumber & InNewVersion,
bool bInPropagateErrorMessages
)
Attempts to replace this node with a new one of the same class and given version number. If this node is already of the given version, returns itself. If update fails, returns this node.