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

30+ Extra 2D and 3D Math Nodes in Victory BP Library!

Dear Community,

UMG Anchor Conversion
Please note you can now convert UMG Anchor coordinates to other coordinate spaces!


**Snap To 3D Grid**
You can use the Snap Node to snap any 3D space Vector to a grid size of your choosing!

So you could use  node to to regulate the position of an in-game 3D positioning tool (like for RTS Games!) to a grid of your choosing, while still accounting for rolling hills of landscapes and big vertical differences!

Convert Physics Linear Velocity

Ever wonder how fast in Km/hr an in-game Unreal Engine physics ball was hurling through the air?

Ever want to know the meters/second speed of a falling physics-simulating box?

Or how about the miles/hour of your UE4 Physics Vehicle?

Well thanks to 's new node you can now easily convert the value that you get from GetPhysicsLinearVelocity of any physics-simulating body to a speed in the units of your choosing!

Here’s is 's current list of available conversions!



/* Speed Units Enum. */
UENUM()
enum ESpeedUnit
{
	/* Centimeter / second (cm/s).  is default unreal velocity unit. */
	CentimeterPerSecond,

	/* Foot / second (ft/s). */
	FootPerSecond,

	/* Meter / second (m/s). */
	MeterPerSecond,

	/* Meter / minute (m/min). */
	MeterPerMinute,

	/* Kilometer / second (km/s). */
	KilometerPerSecond,

	/* Kilometer / minute (km/min). */
	KilometerPerMinute,

	/*Kilometer / hour (km/h). */
	KilometerPerHour,

	/* Mile / hour (mph). */
	MilePerHour,

	/* Knot (kn). Nautical mile per hour. */
	Knot,

	/* Mach (speed of sound) (M) at standard atm. */
	Mach,

	/* Speed of light. */
	SpeedOfLight,

	/* Yard / second. */
	YardPerSecond
};



**BP Nodes for 3D Geometric Analysis!**

Here are pics showing the complete list of the 3D Geometry Nodes!

To see the full list, get the latest version of my plugin and type in "TK" and you will see  the 30+ new nodes available to you!

![3347099af001a575814d73a9d38845c3ad7ceef1.jpeg|796x1098](upload://7jCxZcgZMxevShnWEhRS05H22kh.jpeg)

:)