Is it possible to teleport creative devices? I tried to teleport the base of dirt bike spawner device to a new location but it doesn’t seems that you can do that as far as I can tell in the verse API. Considering that creative devices inherit from creative_object
which only have the member function GetTransform
.
You can move anything that you attach to another prop inside UEFN (right click the actor > attach > select parent prop)
You can either choose an existing prop or make your own empty prop. Note that some devices won’t work as intended when doing this, but you can test it out!
What a clever approach! Never thought of that at all. Just tested that out and it worked pretty fine. Thank you!
I’ve noticed that devices dropped on map have mobility set to static, I’m new to uefn but in ue5 actor must have it set to moveable or teleporting won’t work
the dirt bike spawner is already set to moveable by default. However, the problem was not in why it is not moving but rather how can I move it from a point to another using verse because devices seem to not support transforming using verse according to the API. Only props do.
But I have already figured it out!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.