Files
UnrealEngineUWP/Engine/Source/Runtime/MovieSceneTracks
david bromberg 5c60897df9 Sequencer: Fix bug where UMovieSceneSequence::FindBindingFromObject could not distinguish between 2 object that were children of different instances, but the same type of component, as the names of the components might match.
Unfortunately to fix this, the previous version of FindBindingFromObject had to be deprecated, replaced with one that accepts a shared playback state so bindings can be properly found from a cache. Previous callers of the function have been fixed up.

#jira UE-217786
[REVIEW] [at]ue-sequencer, [at]daniel.coelho
#rb daniel.coelho, ludovic.chabant

[CL 34366485 by david bromberg in ue5-main branch]
2024-06-14 05:49:29 -04:00
..