Can't teleport a 3D Widget

Title says it all, I can’t move a 3D widget either by using parents or by blueprint.

I meant this: https://docs.unrealengine.com/latest/INT/Engine/UMG/HowTo/Create3DWidgets/

do you mean blueprint widget? Because that is UMG for hud display.

Yes that is UMG widget blueprint. If you want to teleport it stick it to an actor then teleport the actor, you can add a widget component on your actor like this

122187-61.jpg

It’s already attached to an actor, and sure if I attach a cube to the actor too, it moves, just not the widget. And yes, I made a new actor blueprint and attached a widget…

Hello nesrak1,

I tested this on our end and I was able to get the widget component to move. I have provided an example below. In each example I simply move the object along the Y axis by 1 every frame. I hope that this information helps.

Example:

In this example I moved the widget by moving the whole actor.

In this example I moved the widget component only.

Make it a great day

Yeah oops, the engine had a total breakdown and I rebuilt it and fixed it :expressionless: