Damping properties lost during change to the collision configuration.

UE - Simulation - Physics - May 18, 2020

See UDN (https://udn.unrealengine.com/questions/573845/setcollisionenabled-on-skeletal-mesh-ragdoll-requi.html) ...

Child Actor Components jitter around in blueprint viewport when dragged

UE - Gameplay - Components - May 18, 2020

REGRESSION: Does not occur in 4.24 Dragging a child actor component in the blueprint viewport results in it bouncing and jittering. ...

Spline Mesh Collision doesn't work in packaged game when spawning them at runtime

UE - Simulation - Physics - May 18, 2020

Spline Mesh Components lose their collision in a packaged game when spawning them at runtime, or modifying them via 'Set Start and End' function at runtime. ...

4.25 ECC_GameTraceChannels default parameter value results in compile error

UE - Foundation - Cpp Tools - UnrealHeaderTool - May 18, 2020

Hidden enum entries cannot be used as default values for UFUNCTION parameters. When using any collisionchannel, the error "Hidden enum entries cannot be used as default values" is received. ...

Inconsistent memory usage bump when using SceneCaptureComponent2D on iPadAir2

UE - Platform - Mobile - May 18, 2020

I do not have access to an iPad Air 2 so it is impossible for me to reproduce, but it seems that when using SeneCaptureComponent2D on the device, memory usage will increase drastically. ...

On PC and Mobile Preview, Volumetric Lightmap provide very different Indirect lighting direction

UE - Graphics Features - Lumen - May 18, 2020

Expectation: It's known it has different lighting interpolations method and quality for VLM on PCvsMobile; but Indirect lighting from VLM should provide similar lighting Direction on PC&Mobile. ...

When enabling virtual texture lightmaps it looks different viewing

UE - Graphics Features - Lumen - May 15, 2020

After switching the Virtual texture lightmap on/off, it looks different. It looks like there is a difference in the light map because there are some missing shadows (see attached screenshots). ...

Fbx exporter do not support material instance

UE - Editor - Content Pipeline - Import and Export - May 15, 2020

The fbx exporter should support material instance to export the same result has the user see in the content browser or in the level editor. ...

Set Playback End will cause a sequence's upper bound to be inclusive.

UE - Anim - Sequencer - May 14, 2020

FSequencer::SetPlaybackEnd calls SetUpperBound which creates a TRangeBound with the default bounds type, so the end frame will be inclusive instead of exclusive. ...

Cannot access private member MarkPropertyDirtyFromRepIndex error when building a nativized blueprint with a replicated property

UE - Networking - May 14, 2020

The following error occurs when building a project that has a replicated variable with the replication condition set to Skip Owner inside a nativized blueprint.UATHelper: Packaging (Windows (64-bit) ...