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...
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.
- 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)