Description

Actors when converted to spawnables are given a transform track, and the default position of doesn't seem to be saved to the template for blueprint actors. Compare the above behavior to a static mesh actor.

Steps to Reproduce
  • Create a new blueprint actor
  • Add a cube static mesh component to the actor and save it
  • Drag the actor into a level then add it to a sequence
  • Delete the transform track on the actor
  • Override the instance data on the sequence actor and change its transform origin
  • The actor should not be moved as it does not have a transform track
  • Convert the actor to a spawnable

RESULT

The actor has a transform track added to it which causes the origin offset to move it. Deleting the transform track moves it back to the world origin, not its original world position.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-164992 in the post.

0
Login to Vote

Fixed
ComponentUE - Anim - Sequencer
Affects Versions5.1
Target Fix5.1
Fix Commit22208070
Main Commit22217570
Release Commit22208070
CreatedSep 23, 2022
ResolvedOct 13, 2022
UpdatedOct 21, 2022