This is also the case when PauseAtEnd is enabled on the sequencer actor and a Pause is applied. After the pause occurs, the log will show the following LogMediaUtils: Error: Blocking media playba ...
When a spawnable is spawned in a streamed level, exiting PIE will cause an ensure, because the world is not valid on the actor. ...
This issue is similar to [Link Removed]. But I tested the shelve 10164190 mentioned in the comments. It didn't work. ...
In UTakeRecorderActorSource::EnsureObjectTemplateHasComponent() function, MakeUniqueObjectName() generates the same name of a component which CachedObjectTemplate for TakeRecorder has already had. T ...
When reloading the editor and a level where a sequence has a dynamic binding with a soft object ptr parameter to an actor in the same level, the director blueprint will recompile on load of the leve ...
Youtube Link to How Project is Set Up and the Results: [Link Removed] ...
Sequencer rounds when converting time ranges to frame number ranges, which can cause one frame gaps. If an event falls on that gap, it will not be triggered. ...
Overlapping shots will evaluate all shots instead of the topmost one. ...
Although DefaultInstanceData of Level Sequence can be edited by BP, bOverrideInstanceData can not be edited by BP. Therefore, to reflect the edited result of DefaultInstanceData by BP, it is necessa ...
Transform track for a spawnable Empty Actor always shows 0, 0, 0 and it can't be edited. I could repro this in 4.17.2 and 4.18 Preview 2. This does not happen in 4.15.3 and 4.16.3. So this could b ...