Going to an earlier point of a replay does not update to previous visibility state on an actor that was switched to not visible during demorec

UE - Networking - Jan 5, 2016

Going to an earlier point of a replay does not update to previous visibility state on an actor that was switched to not visible during demorec. Reproduced in 4.9.2 binary and Main (//UE4/Dev-Main C ...

Adding Multiple Scene Components to an Actor Causes Parenting Errors

UE - Gameplay - Components - Jan 5, 2016

Attempting to add multiple instances of a Scene Component that was created in code and contains a component such as a Box Collider causes the Box Colliders of each Scene Component to be parented to ...

Children of a Blueprint Class not Available in the Default Value Dropdown for a Variable of that Class

UE - Gameplay - Blueprint - Jan 5, 2016

Creating a blueprint class, and then creating a few children of that class ( in this case, 4) does not display them as available options when setting the default value of a variable of that blueprin ...

Using "Replace variable with..." does not mark a blueprint as needing compilation

UE - Gameplay - Blueprint - Jan 4, 2016

Using "Replace variable with..." does not mark a blueprint as needing compilation. Reproduced in 4.9.2 binary, 4.10.1 binary, and Main 4.12 (CL 2813214). This is not a regression; the same bug appe ...

Enabling Use Pawn Control Rotation on a SpringArm component does not set the rotation values to zero, and subsequent rotation is not allowed after the setting is disabled

UE - Gameplay - Player Movement - Jan 2, 2016

Enabling Use Pawn Control Rotation on a SpringArm component does not set the rotation values to zero. Subsequently disabling Pawn Use Control Rotation make rotation of the component impossible until ...

Packaged games do not display PlayerName correctly using Steam OSS

UE - Online - Jan 2, 2016

Packaged games do not display PlayerName correctly using Steam OSS. Does not occur in Standalone. Test project attached. To test, package for Development > Win64. When run (with the Steam client op ...

Create Session does not work in a packaged game from any project that has used C++

UE - Networking - Dec 28, 2015

After adding C++ to a content-only project, Create Session no longer works in a packaged game. The following warning appears in the log: LogScript:Warning: CreateSession - Invalid or uninitialized ...

Typos in Array.h

UE - Foundation - Core - Dec 28, 2015

In Array.h, there are a few typos in comments. In 4.9.2 and 4.10, the typos occur at line 2335 and 2359. *@param InIntem Item to be added. In Main, the typos are located at lines 2471 and 2495. ...

UMG Images Not Inheriting Texture's Filter Setting

UE - Editor - UI Systems - Dec 24, 2015

When you import a texture that is low resolution (such as pixel art) if you attempt to use it in a UMG image, the filter that you have applied to that texture is not inherited. This causes the image ...

When updating stats on a Steam leaderboard, the only option currently available is to add the new value to the old value.

UE - Online - Dec 23, 2015

When trying to update a Steam leaderboard, the source code currently adds the new value to the old value instead of replacing the old value with the new value. This works fine for something like a T ...