Description

When using NewBinding, the bind does not work properly with the level sequence specified by ShotTrack.

The cause is that Guid of ExistingBindingID will be empty when passing through ActorPicked in ActorPickerTrackEditor.cpp. Because of this, the space of ConstraintBindingID set by F3DAttachTrackEditor :: AddKeyInternal becomes Root.

This issue is fixed by changing processing in AddKeyInternal as follows.

// ConstraintBindingID = FMovieSceneObjectBindingID(ParentActorId, GetSequencer()->GetFocusedTemplateID());
ConstraintBindingID = FMovieSceneObjectBindingID(ParentActorId, GetSequencer()->GetFocusedTemplateID(), EMovieSceneObjectBindingSpace::Local);
Steps to Reproduce
  1. create new level sequencer
  2. Register cone, cylinder with spawnable from mode panel
  3. Attach cone to cylinder using NewBinding
  4. create another level sequencer
  5. Register the level sequencer created in 5, 1 with shot to 4

result : failed to attach in shot track

 

Have Comments or More Details?

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

1
Login to Vote

Fixed
ComponentUE - Anim - Sequencer
Affects Versions4.19.24.20
Target Fix4.20
Fix Commit4189150
Main Commit4202609
Release Commit4189150
CreatedJul 6, 2018
ResolvedJul 6, 2018
UpdatedJul 12, 2018