Network profiler tool doesn't handle names with underscores gracefully.

UE - Networking - Mar 24, 2017

The NetworkProfiler and UI tool assume that ActorNames are in the format <ClassName>_<ActorName>, and is not robust against underscores in either the class name or the actor name. However, given th ...

Per-section shadow/collision flags lost when merging actors

OLD - Anim - Mar 24, 2017

Information loss when merging actors such as cast shadow and collision. If one of the actors being merged has a different setting such as not casting shadows. This information will be lost and repla ...

Add option to instance the subsequences from the master sequence

UE - Anim - Sequencer - Mar 24, 2017

https://udn.unrealengine.com/questions/353493/creating-subsequence-from-the-master-sequence-sett.html Add option to instance the subsequences from the master sequence. For example, if you want to c ...

ICU was built with timezones disabled for Linux

UE - Platform - Linux - Mar 23, 2017

ICU for Linux was built with U_TIMEZONE defined to 0, which means that ICU always considers itself to be in UTC, rather than use its default Linux implementation. We should try and build ICU again ...

ICU was built with timezones disabled for Android

UE - Platform - Mobile - Mar 23, 2017

ICU for Android was built with U_TIMEZONE defined to 0, which means that ICU always considers itself to be in UTC, rather than use its default Android implementation. We should try and build ICU ag ...

Crash launching QAGame onto Windows

UE - Graphics Features - Mar 23, 2017

The editor is crashing when launching onto windows. This is not occurring in Main. ...

Crash occurs when a struct containing an instanced object property is used as the value for a TMap in a class that is subclassed in Blueprints

UE - Foundation - Core - Mar 23, 2017

Using a struct containing an instanced object property as the value for a TMap results in a crash if a Blueprint of the class containing the TMap is subclassed and the child Blueprint is opened the ...

BeginOcclusionTests called twice in ProfileGPU report during VRPreview

UE - Platform - XR - Mar 23, 2017

When running in VRPreview and entering the 'ProfileGPU' command, 'BeginOcclusionTests' is listed twice. As the licensee mentioned, if a project uses heavy occlusion this could quickly become a cost ...

Use Acceleration for Paths Disables AI Pawn Movement

UE - AI - Mar 23, 2017

Use Acceleration for Paths in the movement components appears to be preventing pawns from moving. ...

Packaging a Project With Nativize Blueprints Enabled Fails With Setter for an Array of Classes

UE - Gameplay - Blueprint Runtime - Mar 23, 2017

Packaging failure occurs with nativize blueprints enabled when you have an array of classes and you try to set it with an array from an instance of a native C++ class. Found in 4.15.1. Reproduced i ...