Dungeon Architect

Hi,

We’re getting a crash when copy and pasting nodes from one Dungeon Theme to another.

In UEdGraphNode_DungeonMarker::PostEditChangeProperty e.Property can be NULL when copy and pasting.

We changed the if statement to this:

if (e.Property != nullptr && e.Property->GetFName() == “MarkerName”) {