Customizing nodes spawn

It's possible to customize how nodes in the editor graph are spawned. New keyboard shortcuts Create DefaultEditorPerProjectUserSettings.ini in your project's Config folder if you don't have one. Ex...

Updated about 4 years ago Edit Page Revisions

It's possible to customize how nodes in the editor graph are spawned.

New keyboard shortcuts

  1. Create DefaultEditorPerProjectUserSettings.ini in your project's Config folder if you don't have one.
  2. Example below presents how to add spawning Custom Event node in blueprint by a combination of E key and LMB.

[BlueprintSpawnNodes]
+Node=(Class=K2Node_CustomEvent Key=E Shift=false Ctrl=false Alt=false)