Filling Vertex Colors does not propogate down to other LODs

Tools - Nov 19, 2018

The original reported behavior called out that filling individual channels did not apply to LODs when LOD Model Painting = False. With changes implemented in 4627582, the initial fill will reach LOD ...

Full Screen Native Resolution not supported on new iPad Pro 11-inch and iPad Pro 12.9 inch (3rd generation)

UE - Platform - Mobile - Nov 16, 2018

A licensee has reported that Full Screen native resolution does not work properly on the iPad Pro 11-inch and on the iPad Pro 12.9-inch (3rd generation). Black borders are used around the screen ins ...

Get Mouse Position Blueprint node returns different values outside of viewport depending on whether it was called from Event Tick, or within an Actor function

UE - Gameplay - Nov 15, 2018

There seems to be a discrepancy between the output of Get Mouse Position node depending on whether the node is inside an Actor function or called from Event Tick. If the node is present inside a fun ...

Sequencer render movie output not rendering Construction Script results

UE - Anim - Sequencer - Nov 15, 2018

The rerun construction feature works while scrubbing/playing in the sequencer and observing the results in viewport, However, when outputting the movie using Sequence Movie Output. The results of th ...

Adding HISM instance on a Dedicated Server causes a crash

Tools - Nov 14, 2018

Adding an instance of an HISM on a dedicated server causes an assert. Regression?: No This occurred in 4.20 ...

IsEditorOnly Components hidden from Component Tree when duplicating

UE - Gameplay - Blueprint Editor - Nov 14, 2018

IsEditorOnly Component is hidden when it is duplicated. This can be redisplayed by blueprint compile, but it is preferable that it is the same as when IsEditorOnly is disabled. Gif1 is the case of ...

Crash when copy and paste a Child Actor Component in blueprint.

UE - Gameplay - Blueprint - Nov 14, 2018

A crash occurs when copy and paste the ChildActorComponent, only if the template actor has a DefaultSubObject. There is no crash in the case of using Actor (eg. AActor) without a DefaultSubObject as ...

GetUniqueBuildID should use GetLocalNetworkVersion for default value

UE - Automation Test - Nov 13, 2018

See https://udn.unrealengine.com/questions/466694/index.html GetUniqueBuildID() was changed in 4.20 so the value returned by default was the same as the network version. However FNetworkVersion::Ge ...

The Mirror option in the Physics Asset editor is not accurate

UE - Simulation - Physics - Nov 13, 2018

The Mirror option in the Physics Asset editor is not accurate at mirroring the bodies. The position and rotation is always skewed. Regression? No This occurs in 4.20 ...

Can not save if overwriting when creating DataAsset with Blueprint's AssetTools

Tools - Nov 13, 2018

I found out that when creating a DataAsset from AssetTools, The load flag (bHasBeenFullyLoaded) of the created Asset is not set, It seems to be in a state where overwriting saving has not been compl ...