Select static mesh and move

How would one move a box or another piece of geometry from Point A to Point B by selecting it with the mouse, and then clicking the position of where you would want it to go?

#Editor Plugin

if you download my editor plugin,

you:

  1. select box
  2. move cursor to destination
  3. press T twice

or you can press T with box selected and it will follow your cursor until you press T again


#Editor Plugin Download

UE4 Forum Link

Rama's Vertex Snap Editor Plugin, Download for You! - C++ - Unreal Engine Forums!

Discovered the answer through some research and help from others in various forums. The steps are below.

By using the tutorial for setting up the Interactive Mouse Game Mode from here - https://docs.unrealengine.com/latest...ace/index.html

Creating a mesh, and making sure it’s changed from Static to Moveable

And by using the blueprint below.