UMetasoundEditorGraphVariable::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

UMetasoundEditorGraphMember::CanRename()

UMetasoundEditorGraphVariable::CanRename()

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 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.