From what I could see this is different than JIRA issue [Link Removed]. All the selected nodes information seem correct until the NodeObject->Delete(Sequence) in SAnimNotifyPanel::DeleteSelectedNod ...
The reason is simple, the actor names is not the same as the metadata name: [Image Removed] ...
This does not occur except for Camera actors. ...
Setting r.MaxAnisotropy by console in editor has no effect on texture sampler's MaxAnisotropy. If the startup value of r.MaxAnisotropy is 8, then the MaxAnisotropy is always 8 no matter how r.MaxA ...
See the UDN for sample project. This is caused by the Editor Python sample not using the UMoviePipelineQueueSubsystem, which (when rendering) blocks the Sequencer from auto-binding to PIE. The fix ...
Looks like this was introduced as part of PR#5337 [Link Removed]. It forces bProcessFeedback to always be true regardless of the paused state. ...