Events reduced in scope

This commit is contained in:
barsdeveloper
2023-04-02 22:46:45 +02:00
parent 938924cbfb
commit 3eec5b5e1c
5 changed files with 35 additions and 43 deletions

View File

@@ -78,6 +78,7 @@ export default class Configuration {
static nodeRadius = 8 // px
static nodeReflowEventName = "ueb-node-reflow"
static nodeType = {
addDelegate: "/Script/BlueprintGraph.K2Node_AddDelegate",
callArrayFunction: "/Script/BlueprintGraph.K2Node_CallArrayFunction",
callFunction: "/Script/BlueprintGraph.K2Node_CallFunction",
comment: "/Script/UnrealEd.EdGraphNode_Comment",