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 ...

Character floats off of ramp when walking into a wall that is slightly sloped

UE - Gameplay - Player Movement - Mar 24, 2017

Character floats off of ramp when walking into a wall that is slightly sloped. The wall angle is well above the walkable floor angle but the character seems to start walking up the wall regardless. ...

Distance Field AO not Rendering in VR

UE - Platform - XR - Mar 24, 2017

Distance Field Ambient Occlusion does not render in VR. I mentioned to the user reporting this issue, that using DFAO is more than likely disabled by default due to the baseline cost of using the ' ...