UMetasoundEditorGraphMember::CanRename

If the Member Name can be changed to InNewName, returns true, otherwise returns false with an error.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

MetasoundEditor

Header

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

Include

#include "MetasoundEditorGraph.h"

Syntax

virtual bool CanRename
(
    const FText & InNewName,
    FText & OutError
) const

Remarks

If the Member Name can be changed to InNewName, returns true, otherwise returns false with an error.