Regression: External owned Spawnable object disappears when the sequencer movie is finished.

UE - Anim - Sequencer - Nov 26, 2020

Regression: external owned spawned actors stays in 4.25 & 4.25 plus but it is removed from 4.26P5, 4.26P6, 4.26P7 ...

BP compiler crash

UE - Gameplay - Blueprint Compiler - Nov 24, 2020

The crash can be reproduced on the 4.26P7 or the Release4.26 stream. Following the repro steps will result in hitting the following assert: Assertion failed: !HasAnyFlags(RF_NeedLoad|RF_NeedPostLo ...

Adding a track for a string property through sequence scripting causes the property track to be named "Strings"

UE - Anim - Sequencer - Nov 20, 2020

Property tracks rely in the default display name for naming in the UI. String tracks have their own override for the default display name getter (UMovieSceneStringTrack::GetDefaultDisplayName) which ...

Ensure when closing PIE during Level Sequence playback with spawnables in a streamed level

UE - Anim - Sequencer - Nov 16, 2020

When a spawnable is spawned in a streamed level, exiting PIE will cause an ensure, because the world is not valid on the actor.  ...

Compiling with VS2019 16.6 later causes garbled characters in output window

UE - Foundation - Cpp Tools - UnrealBuildTool - Nov 10, 2020

Using old behavior by applying true to NMakeUseOemCodePage property solves this issue.  in VCProject.cs​// Project globals (project GUID, project type, SCC bindings, etc) { VCProjectFi ...

Crash after creating a suboject for RootComponent if the actor is placed on the level

UE - Foundation - Cpp Tools - Hot Reload - Nov 6, 2020

The crash occurs when trying to assign a new value to RootComponent if the Pawn is already placed on the level Crash does not happen in  P4 //UE4/Release-4.25.3 CL 13942748 Other steps to reproduc ...

Movie Render Queue renders are not displaying Landscapes

UE - Anim - Sequencer - Nov 4, 2020

When creating a Movie Render Queue render with a landscape the render does not display the landscape. This issue is occurring in 4.26 Binary CL 14627614 This issue is NOT occurring at 4.25. Binary ...

Mac - Xcode fails to build C++ project with a Shell Script Invocation Error

UE - Platform - Apple - Oct 5, 2020

This does not occur in 4.25.4 Binary and is a regression. ...