(39) 's Extra Blueprint Nodes for You as a Plugin, No C++ Required!

Hi there!

Many people have gotten it working so we’ll figure it out :slight_smile:

Did you do the step about the Config/DefaultEngine.ini ?


;[/Script/Engine.Engine]
;UnrealEdEngine=/Script/VictoryBPLibrary.VictoryEdEngine

Remove the semi-colons to make active, AFTER making sure you are seeing the extra BP nodes as well (mainly for other readers)

If anyone uses and their editor crashes on load, just comment the above lines back out and you will be fine.

My plugin cannot hurt your Engine install, you just have to comment out the above and follow the steps in order :slight_smile:

https://wiki.unrealengine.com/'s_Vertex_Snap_Editor_Plugin#Installation


**Edit**

Oh you know

the wiki formatted my config file lines funny



```

[/Script/Engine.Engine] UnrealEdEngine=/Script/VictoryBPLibrary.VictoryEdEngine

```



should be



```

[/Script/Engine.Engine] 
UnrealEdEngine=/Script/VictoryBPLibrary.VictoryEdEngine


```




See if that helps!

:)
1 Like