DefaultSceneRoot causes Get Actor Bounds to Return 128

UE - Gameplay - Jun 1, 2016

When using the Default Scene Root component in a blueprint with no additional components, the box extent of the Get Actor Bounds node is returning 128,128,128 instead of the expected 0,0,0. If you ...

FBX imports incorrect vertex normals in 4.7

UE - Graphics Features - Mar 2, 2015

Box reflection captures with some assets are not working correctly. The reflection capture is being tiled with version after 4.7 that were not in 4.6. Images are attached to demonstrate along with ...

Wildcard Array in Macro Causes Error Message to Appear

UE - Gameplay - Blueprint - Nov 9, 2015

Creating a Macro with a Wildcard Array and then using that macro to accept an array as input and attempting to get the first element causes an error to appear in the output log. In the AnswerHub u ...

Differences in Auto-Exposure between Editor PIE and Packaged Build for VR

UE - Platform - XR - Apr 3, 2017

A licensee is reporting a difference in auto-exposure brightness levels between PIE and a Packaged project. He is working in VR, but since I was not able to reproduce the issue on my end it is hard ...

Extreme Brightness using SLS Specified Cubemaps for Skylights in VR

UE - Graphics Features - May 5, 2017

Surfaces are getting washed out or over brightened when using a Cubemap on a Skylight in VR. Tested 4.15.2 - 3416026 : Does not occur 4.16. p2 - 3415565: Occurs ...

Crash when adding sphere reflection capture to a scene

UE - Graphics Features - Jan 30, 2017

An occasional crash occurs when adding a sphere reflection capture to the scene from the place mode panel. This issue has a low repro, but has been seen a couple times. Repro rate seems to be around ...

Gear VR enabled distribution APKs should not be signed with v2signing with Gradle

UE - Platform - Mobile - Aug 11, 2017

Oculus store does not accept APKs signed with v2 signing from Gradle. ...

Cannot find source code error when doubleclicking blueprint nodes to see it in the code.

UE - Gameplay - Blueprint - Apr 2, 2018

The launcher version engine cannot find *.inl file from installed location (i.e. in my case it is located at D:\Launcher\UE_4.19\Engine\Source\Runtime\Engine\Classes\Kismet\KismetMathLibrary.inl) an ...

Crash when calling an event with an enum reference parameter with literal

UE - Platform - Linux - May 1, 2018

The issue appears to be the type of the input pin on the custom event(or function - both behave the same), under normal circumstances it should allow you to pick the enum from a list on the calling ...

Collision generates overlap event without a Character triggering it

UE - Simulation - Physics - May 8, 2018

When using OverlapAll as a collision preset on a Cube, the collision will trigger when placed near a wall even if the Character has not collided with the Cube. ...