Blueprint Interface "Graph already exists" crash in standalone

Found a solution, at least in blueprints.

  • Delete the interface event from the blueprint, compile and save
  • Go to blueprint class settings and under ‘implemented interfaces’ remove the offending interface, when prompted to transfer interface functions, select “no”. Compile and save.
  • Add the interface back in under ‘implemented interfaces’. Compile and save.
  • Add the event back in, compile and save.

That should do it.

1 Like