Description

In UMovieSceneActorReferenceSection::OnBindingsUpdated, Key isn't reference, so the GUID isn't replaced.

for (FMovieSceneActorReferenceKey Key : ActorReferenceData.GetData().GetValues()) 
{ 
 if (OldGuidToNewGuidMap.Contains(Key.Object.GetGuid())) 
 { 
 Modify(); 
 Key.Object.SetGuid(OldGuidToNewGuidMap[Key.Object.GetGuid()]); 
 } 
}
Steps to Reproduce

None

Have Comments or More Details?

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

12
Login to Vote

Fixed
ComponentUE - Anim - Sequencer
Affects Versions4.264.27
Target Fix4.27
Fix Commit16825984
Release Commit16826051
CreatedJul 6, 2021
ResolvedJul 12, 2021
UpdatedDec 1, 2022