MSAA Breaks Deffered Decals On Mobile Preview

UE - Platform - Mobile - Mar 27, 2017

Decals seem to not render correctly while MSAA is enabled and in a mobile ES2 preview. ...

Child actor component removed when changing the class of a child actor component

UE - Gameplay - Components - Mar 27, 2017

Child actor component removed when changing the class of a child actor component. Only the default class for the child actor component is used. If the user attempts to change the class the child act ...

Actor Attached On Begin Play Offset on Client When Using SnapToTarget

UE - Networking - Mar 27, 2017

When attaching an Actor during its BeginPlay, using SnapToTarget (when that location is not already matched up to the parent) creates an offset on the client. ...

Construction script not updating HISM array count

UE - Gameplay - Blueprint - Mar 27, 2017

Construction script not updating HISM array count, even when new elements are adding inside of the level. Regression: Issue occurs in 4.15.1 of the binary build Using the same repro steps provid ...

Inaccurate warning message when changing editor settings on Linux

UE - Platform - Linux - Mar 27, 2017

When making changes to Editor Preferences or Project Settings on Linux, a warning message appears that the ini file is not writeable, however the changes are still recognized/saved. This warning me ...

Crash in Packaged Game When Using Gameplay Tags

UE - Gameplay - Mar 27, 2017

A crash is occurring in a packaged game after populating a data table and using it to populate the GameplayTagTableList, as well as having a blueprint that contains a gameplay tag variable. This c ...

RPCs do not work in a class with no properties

UE - Networking - Mar 25, 2017

NetFields are not initialized for classes without properties, preventing RPCs from working. Should just be a matter of removing the PropertyLink check in UClass::SetUpRuntimeReplicationData. See UDN ...

Crash when modifying BP custom event after deleting BP function

UE - Gameplay - Blueprint - Mar 24, 2017

If a BP function contains a Create Event node, deleting the function will cause the editor to crash when modifying any custom event of that BP. Regression: No - same behavior occurs in 4.14.3 Binar ...

Opening / Compiling class with ChildActorComponent causes the ChildActor package to be marked dirty.

UE - Gameplay - Components - Mar 24, 2017

Looks like this is a problem where the Actor is Duplicated due to constructions scripts running. Later, when the duplicate is destroyed all of its components will call RemoveOwnedComponent as they'r ...

Skeletal Mesh Component Anim to Play Window Too Small

Tools - Mar 24, 2017

In an Actor Blueprint, in the Skeletal Mesh Component's detail panel, the "Anim to Play" window is too narrow and only shows a small portion of the selected animation name. (See attached image.) Re ...