UMetasoundEditorGraphMember::PostEditUndo

Called after applying a transaction to the object.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UObject::PostEditUndo()

UMetasoundEditorGraphMember::PostEditUndo()

References

Module

MetasoundEditor

Header

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

Include

#include "MetasoundEditorGraph.h"

Source

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

Syntax

virtual void PostEditUndo()

Remarks

Called after applying a transaction to the object. Default implementation simply calls PostEditChange.