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

oooh!

That would be another great UE4 Engine pull request so that everyone can benefit from it.

I will try to remember it. :slight_smile: Remind me periodically hee hee, I’m still working the Vertex Snap Editor Integration.

1 Like

Trace Data BP Nodes For Your Use

[FONT=Comic Sans MS]Featured BP Nodes
**
Trace Data**

I’ve designed several BP nodes to make doing traces easier!

Again you can download and use these nodes as a plugin, even in non-C++ project!

Get Trace Data From Skeletal Mesh Socket

:slight_smile:

1 Like

Hey , looks really great and just what I was looking for (with the Vertex snapping). Tried to install for a project using UE 4.1 and I see that the tools are enables and can see Victory items in the Blueprint window, but I do not see the referenced “10. You should now see the Victory Editor HotKeys button in the top left” item, nor do any of the hotkeys seem to be working. I followed of the install instructions from the wiki very closely. Any ideas?

1 Like

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

, you sly dog! :slight_smile:

That was it - the strange formatting from the wiki! Replaced the old .ini code with that and is well! Thanks a bunch!

1 Like

Hee hee!

Have fun doing Vertex Snapping in UE4 Editor!

:heart:

1 Like

Featured Node

Trace for Closest Socket

Perform a trace against a mesh that will identify the closest socket to the trace hit location on the mesh!

8028a3610f7eacb2c5741fd27866b1d186fc6e6e.jpeg

1 Like

is system going to be like the “include XX” in C ++?

You do not have to do any C++ compiling, its a plugin, please see my original post for details!

Bump!

44+ Extra BP Nodes For You!

No c++ required!

No compile required!

Download and plug in!

:slight_smile:

! Great work with more nodes.

I’m not sure if you are considering taking requests, but if you are, and if would be simple to make…
Would it be difficult to make a textbox node, just something simple that when it gets a mouseover event or something, it listens for keys, and when it gets another event, it spits out what it received as a string or something?

I’ve seen other people trying to make text entry with blueprints and it turns into a big long tree of keys, I was wondering if there was an easier way to do .
I imagine the upcoming slate editor(I think it will be called UMG now) would be able to do easily, but I think I remember hearing would not be coming out for at least a few months.

Thanks again for your plugin!

New Video

Vertices Resize to account for Asymmetric Mesh Scaling

Now vertices will always maintain an easy-to-use size, even for very small asymmetrically scaled meshes!

=9VaMriBqSws

You can vote for plugin to be made an engine here!

Area Vertex Display Video

When vertex count is too high, now I display vertices only in an area around the cursor!

area is based on mesh vertex density, so it will always produce the same number of vertices around the highlighted vertex, no matter what the absolute world size of the mesh is!

=CZMy4VPuAnk


**Scaled Area Vertices**

https://www.mediafire.com/convkey/e374/vqgvapv6u4ezsnv6g.jpg

Update

I fixed the you described where you’d end up selecting different source vertices while holding down the v key over different target vertices.

Now you can only select a single vertex per press of the snap key!

and while you hold down v, you can select as many target vertices as you want, and even if mouse cursor overlaps other source vertices, while the source actor is moving around, they will not be selected!

!

:slight_smile:

44+ Extra BP Nodes For You!

No c++ required!

No compile required!

Download and plug in!

:slight_smile:

[FONT=Comic Sans MS]Newest Node!

**Get Supported Screen Resolutions for End User’s Current Display Adapter **

BP Node for You: Get Character Bone Locations!

Dear Everyone,

node gives you the distance from a point in space to the surface of a static mesh actor!

Dear Community,

node lets you save text files to directory of your choosing on your computer!

Save Text File

Victory Ragdoll System With Follow Camera!