Statistics Window does not show spawned objects with "All Objects" filter during PIE

Tools - Mar 14, 2018

Actors created during PIE are not shown with the "All Objects" filter in Statistics window. Licensee also reports Texture Stats not working with "Selected Actors" filter during PIE ...

"Skip Assigning Gamepad to Player 1" Setting causes Force Feedback events to be incorrectly routed

UE - Gameplay - Input - Mar 13, 2018

The engine still uses the default index for calling force feedback events, despite them being assigned from player 1 on out. Which is why event on player 1 goes to player 0, event on player 2 goes t ...

Camera offsets do not function correctly on split screen

UE - Niagara - Mar 9, 2018

Camera offset module of particle system does not work when split screen. It seems that it becomes the same offset as one view. I tried reading the code a bit. I thought it was happening because I ...

Actor in Map in Struct Causes Crash When Changed

UE - Gameplay - Blueprint - Mar 8, 2018

User submitted bug. Editor will crash after changing key or value in Map. ...

Geometry Pen Tool Duplicates Bushes On Grid Size 1 & 5

UE - LD & Modeling - Modeling Tools - BSP - Mar 7, 2018

There is an issue occurring when creating brushes with the pen tool at grid size 5 where verticles or the brush shape itself seems to be doubled. This issue also occurs if the grid size is 1, though ...

GoogleVR layout visible if stereo is off on iOS

UE - Platform - XR - Mar 7, 2018

User reported bug With iOS applications that swap from VR mode to non-stereoscopic mode, GoogleVR overlay remains on screen. This does not occur on Android devices. ...

Nativized BP Struct dependency can lead to a fatal loader stall

UE - Gameplay - Blueprint Runtime - Mar 7, 2018

Report of a chain of dependencies that can lead to a fatal loader stall in a nativized build:Thing -> BPStruct2BPStruct1 -> BPStruct2 The necessary order of operations is:BPStruct1 loadsBPStruct2 l ...

Multiple simultaneous keyboard event inputs not received

UE - Gameplay - Input - Mar 5, 2018

User Submitted Bug Some keys are not registered when pressed with combination of others. ...

Incorrect usage of FText in EnsureMsgf does not trigger a compilation error, leads to crash in shipping

UE - Foundation - Core - Mar 1, 2018

Using incorrect formatting in FText does not cause compilation errors in EnsureMsgf as it does in other functions such as UE_LOG. This causes crashes to sneak through such as a crash on ensure when ...

Construct object fails to assign a value when using the level blueprint - ConstructObject node issue

UE - Gameplay - Blueprint Compiler - Feb 28, 2018

https://udn.unrealengine.com/questions/419239/uk2node-genericcreateobject-compile-issue.html ...