Logs containing UTF-8 characters don't appear in CMD/Terminal on Linux

UE - Platform - Linux - Sep 5, 2018

If a log message contains UTF-8 characters like "ő" or any Russian one ("л") it won't be printed to cmd or terminal but it will be printed to the log file. This is a regression from 4.19.2 (CL-40337 ...

Blueprint variables get reset if not made Public

UE - Gameplay - Sep 5, 2018

When a blueprint variable is not set to Instance Editable, its value gets reset at runtime. This seems to occur because the variable OriginalCannonTransform seems to get reset/nullified after being ...

Blueprint Projects can't make APK without compiled .so Error when packaging for Android with any Plugin Disabled

UE - Platform - Mobile - Sep 5, 2018

Blueprint Projects can't make APK without compiled .so Error when packaging for Android with any Plugin Disabled. Also seeing Gradle errors if SteamVR plugin is disabled. Setting min version to 14 ...

Undo Crash with Reroute node into Class pin of SpawnActorFromClass

UE - Gameplay - Blueprint - Sep 4, 2018

Crash on undo with SpawnActor node that uses a reroute pin in class wire. "It looks like the variable promotion marks the blueprint as structurally modified, which triggers a skeleton compile, wh ...

Actors in TMap Blueprint Properties are not copied properly for PIE

UE - Foundation - Core - Sep 4, 2018

Actors that reside in TMap blueprint variables refer to the Editor actors not the copied UEDPIE actors (that we'd expect) when accessed in PIE. This is not the case in standalone; this only occurs f ...

Project cannot build in VS 2017 15.8+ if it uses std::make_shared with an over-aligned type

UE - Foundation - Core - Aug 30, 2018

Visual Studio 2017 15.8 includes a fix to properly handle std::make_shared used with over-aligned types. However, this is a breaking fix and requires the definition of one of two macros to either ac ...

Sprites/Flipbooks only render in left eye with Instanced Stereo Rendering enabled

UE - Platform - XR - Aug 30, 2018

Paper2D sprites render only in left eye with Instanced Stereo enabled. Also confirmed in Main CL 4329255 ...

Modifying collision shapes on a Skeletal Mesh with multiple cloth assets crashes

UE - Simulation - Physics - Character - Aug 30, 2018

For skeletal meshes with multiple cloth assets in use, modifying any of the bone's collision body setup in the physics asset causes a crash.  ...

After loading a SubLevel from the PersistentLevel of WorldComposition, the offset of WorldComposition is applied when loading the SubLevel alone

UE - World Creation - Worldbuilding Tools - World Composition - Aug 30, 2018

When loading a Sub Level from the Persistent Level of World Composition, the offset of WorldComposition is applied when loading the Sub Level by itself. The offset can be applied repeatedly when rel ...

Packaged project crashes on launch if third string literal in NSLOCTEXT macro is an empty string

UE - Editor - UI Systems - Localization - Aug 30, 2018

Using the NSLOCTEXT macro with the third string literal as an empty string causes a packaged game to immediately crash on launch. No Crash Reporter window opens, and no log is created. A sample pro ...