UMetasoundEditorGraphExternalNode::UpdateToVersion

Attempts to replace this node with a new one of the same class and given version number.

Choose your operating system:

Windows

macOS

Linux

References

Module

MetasoundEditor

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphNode.h

Include

#include "MetasoundEditorGraphNode.h"

Source

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphNode.cpp

Syntax

UMetasoundEditorGraphExternalNode * UpdateToVersion
(
    const FMetasoundFrontendVersionNumber & InNewVersion,
    bool bInPropagateErrorMessages
)

Remarks

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.