Using "BugItGo" command causes character to fall through the world

UE - Gameplay - Aug 26, 2015

Using the bugitgo command line argument will teleport the player to the x,y,z specified but will then will cause the player to continually fall through the floor/world. ...

Cannot set array elements from an array that is contained within a struct

UE - Gameplay - Blueprint - Aug 26, 2015

Cannot set array elements from an array that is contained within a struct User Description: Setup: Array of structures "StructureA". In StructureA, array of integers/strings/whatever. Result: Can' ...

Physics object set to OverlapAll will still collide with the player

UE - Gameplay - Aug 24, 2015

Physics object set to OverlapAll will still collide with the player User Description: The pawn is simply colliding with and causing physics on objects it shouldn't be. To replicate: Set up a new ...

Cooking/Staging is hardcoded to copy only the "Game" localization target's data.

UE - Editor - UI Systems - Localization - Aug 20, 2015

At the prompt of a UDN post, I investigated the cooking/staging code and discovered that it is hardcoded to copy files for the "Game" localization target. This needs to be configurable in some manne ...

Navigation system not handling component hierarchies properly

UE - AI - Aug 18, 2015

Lots of details on the related UDN thread. In short, Navigation System is not handling properly deep component hierarchies. I've added a test map for this to AIProject, it's ComponentHierarchyOnNa ...

VR Preview crashes when the number of players is greater than one

UE - Platform - XR - Aug 18, 2015

If the user has the number of players set to more than one, the VR preview will crash. ...

Http server headers implemented as TMaps and are overridden

UE - Networking - Aug 14, 2015

In Http communication server headers are Implemented as TMap such that multiple calls override the previous call so only one setting is saved. This means that, among other issues, a lot of times co ...

Mouse offset when switching resolution between windowed mode / fullscreen

UE - Editor - UI Systems - Aug 13, 2015

When switching between windowed and fullscreen modes during runtime the mouse position is reported incorrectly. Eg. A button with a hover over effect will play the effect when the mouse is near but ...

Using HideCategories specifier does not hide custom categories

Tools - Aug 6, 2015

If a Component/ variable is given a custom category in code, using the HideCategories specifer inside the UCLASS macro does not hide the category. ...

Breakpoints in default Pawn class are not triggered in Debug mode

UE - Foundation - Core - Jul 27, 2015

When running the editor through VS debug mode, any breakpoint that is set in the class used as the Default pawn class in world settings will be ignored when playing in editor ...