Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetasoundEditorGraphMember
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanRename () |
Whether this member can be renamed. | MetasoundEditorGraph.h | |
| If the Member Name can be changed to InNewName, returns true, otherwise returns false with an error. | MetasoundEditorGraph.h |
CanRename()
Description
Whether this member can be renamed.
| Name | CanRename |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraph.h |
| Include Path | #include "MetasoundEditorGraph.h" |
virtual bool CanRename() const
CanRename(const FText &, FText &)
Description
If the Member Name can be changed to InNewName, returns true, otherwise returns false with an error.
| Name | CanRename |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraph.h |
| Include Path | #include "MetasoundEditorGraph.h" |
virtual bool CanRename
(
const FText & InNewName,
FText & OutError
) const