Skip to content

Resting the Outer of a node! #26

@vahid67

Description

@vahid67

In UEdGraph_GenericGraph::RebuildGenericGraph() function, after renaming a node the outer of a node must be the same as before:

Node->Rename(nullptr, Graph, REN_DontCreateRedirectors | REN_DoNotDirty)
this line must change to:
Node->Rename(nullptr, NodeMap[Graph->AllNodes[i]], REN_DontCreateRedirectors | REN_DoNotDirty);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions