Instanced Foliage Actor painted on an Actor who is attached to a Parent Actor, does not update transform when Parent is moved.

UE - World Creation - Worldbuilding Tools - Foliage - Dec 2, 2019

Instanced Foilage Actor painted on an Actor who is attached to a Parent Actor, does not update transform when Parent is moved. Note:  The foliage will move if the base actor is moved directly, inde ...

The Details Panel overlaps search bars when resized

Tools - Dec 2, 2019

The search fields overlap when the details section in the Details Panel is dragged up as high as possible. This also occurs when when the Details Panel is compressed. Found in 4.23.1 CL#9631420 ...

Show collision command turns on lights that have 'Visibility' set to false

UE - Graphics Features - Dec 2, 2019

Running the console command "Show Collision" when lights are placed in the scene with "Visibility" off results in the lights turning back on. Tested in: 4.22.3 CL#7053642 , 4.24.P4 CL#10387632, 4 ...

Stationary directional light per-object shadows not working with origin rebasing

UE - Graphics Features - Dec 2, 2019

Not 100% clear if this is a bug or expected behaviour, but raising it as it needs looking it. Can't see it as fixed elsewhere. Confirmed broken in 4.24 too. ...

Crash when changing "MaximumTextureSize" in "LeaveExistingMips" state

UE - Editor - Content Pipeline - Import and Export - Dec 2, 2019

No problem with 4.22.3 ...

Crash to desktop after creating Level Sequence with Widget Blueprint

Tools - Nov 30, 2019

Newly created Level Sequence assets cant be opened when they have been created via Editor Blueprint Widget. They are created successfully through a button click for instance, but when you try to ope ...

Crash when resetting asset import data in static mesh editor

UE - Editor - Content Pipeline - Import and Export - Nov 29, 2019

Niagara system loses source emitters when moving Engine from 4.22 or earlier to 4.23 or later.

UE - Niagara - Nov 29, 2019

The following code causes this behavior.// NiagaraSystem.cpp for (FNiagaraEmitterHandle& EmitterHandle : EmitterHandles) { EmitterHandle.ConditionalPostLoad(NiagaraVer); if (!EmitterHandl ...

Don't display events in blueprint function with profile stats.

UE - Foundation - Core - UObject - Nov 28, 2019

When look at stats in Unreal Frontend, can see the events that run in the function. It work in 4.21, but it doesn't work in 4.22. ...