Standalone Window Size Not Displaying In Fullscreen

Tools - Jun 15, 2016

Setting the standalone window size does not seem to have any effect, and using the -fullscreen parameter does not display the window in fullscreen. Setting the Standalone Window Size to 1920x1080 a ...

User defined struct array resets to defaults in blueprint after updating the struct

UE - Gameplay - Blueprint - Sep 9, 2016

If a blueprint contains an array of a User defined struct type, Adding a variable to the struct or changing the default values of the struct cause the associated blueprint to become dirty. Compilin ...

Shadow casting still considered for performance when light intensity set to 0.0

UE - Graphics Features - Sep 8, 2016

Shadow casting is still considered when the lighting intensity has been set to 0. This is a regression in performance from 4.12.5 where a lights intensity that was set to 0 would not be considered ...

AddDynamic() causing crash upon opening project

UE - Gameplay - Sep 4, 2015

Using the AddDynamic macro causes a crash upon opening the project. ...

BSP option to convert actor to another type not usable

UE - LD & Modeling - Modeling Tools - BSP - Jun 28, 2015

Convert Actor option in BSP details pane is grayed out and cannot be used. ...

Child component that is not simulating physics returns true value with IsSimulatingPhysics node

UE - Gameplay - Feb 2, 2016

Child component that is not simulating physics returns true value with IsSimulatingPhysics node User Description: "Is Simulating Physics" bp node will return true for any child component if root/p ...

Calling SetMassOverrideInKg in a constructor will crash the engine on launch

UE - Simulation - Physics - Feb 25, 2016

Calling SetMassOverrideInKg reaches back to a "check(GEngine)" call in BodyInstance.cpp (line 2998). B/c of this check, the engine will crash on load if SetMassOverrideInKg is called inside a class ...

Paper2d Plugin Content Missing from Content Browser

UE - Gameplay - Paper2D - Nov 21, 2016

There are a number of assets/content missing from the Paper2D plugin content within the Content Browser. Whether you create a new 4.14 project or upgrade from a previous version, these assets are r ...

'Wait for Movies to Complete' flag is Reversed in Packaged and Standalone Game

Tools - Jan 20, 2017

The 'Wait for Movies to Complete' flag has had its behavior reversed. Previously when you had the flag set to true, it would wait for any intro movies to complete before loading the level. Now it se ...

Material With Hair Shading Model Draws On Top Of SSAO

UE - Graphics Features - Feb 6, 2017

The Hair shader no longer allows ScreenSpace AO on areas of the screen it occupies. While in the Ambient Occlusion Visualizer it appears that the material draws on top of the SSAO. REGRESSION? Yes ...