Display error when removing foliage instances in standalone or built game

UE - World Creation - Worldbuilding Tools - Foliage - Feb 12, 2018

This bug has different behavior depending on the engine version. When tested in 4.19 Preview 4, the 1M_Cube meshes do not render in the standalone/built game.   In 4.20, the meshes render but some m ...

Incorrect path for folders in Xcode results in their names being displayed in red instead of black

UE - Platform - Apple - Feb 11, 2018

The full path for some folders in a Xcode includes `Intermediate/ProjectFiles/`. This is incorrect, since that path does not exist, and results in the folder names being displayed with red text. Rem ...

BuildId in the UE4Editor.version file for a local binary build will sometimes be updated when a hot reload is performed

UE - Foundation - Core - Feb 10, 2018

Performing a hot reload on a project that is using a local binary build of the Engine will sometimes result in the Engine's UE4Editor.version file being updated with a new BuildId value. That result ...

AutoCreateRefTerm does not provide a way to specify that a TArray property within a struct should have a default value created for it if none is provided

UE - Gameplay - Feb 9, 2018

The current implementation of AutoCreateRefTerm does not allow for a default value to be automatically created for a TArray contained within a struct that is passed into a function as a parameter. I ...

VR PIE with Oculus - Editor Hangs on Level Load (on 2nd+ Launch)

UE - Platform - XR - Feb 9, 2018

Loading a map while in VR PIE hangs on 2nd+ play Does not occur when Oculus plugin is disabled. Does not occur in packaged project. A nonVR PIE will reset this behavior. Additional info from use ...

Normal are different after Merge Actor on scaled objects

OLD - Anim - Feb 8, 2018

Normal are different after Merge Actor on scaled objects. If the actors aren't scaled, the issue doesn't seem to occur. A licensee is trying to use the Merge Actor tool to optimize their entire pro ...

Crash when Changing the Preview render levels (to ES3)

Tools - Feb 8, 2018

If the Preview rendering level is changed to Android ES3.1 Preview during PIE, the editor will crash. ...

Engine build fails due to Unresolved External Symbol error after adding a new global variable to the Engine and then trying to reference it within Engine code

UE - Foundation - Cpp Tools - UnrealBuildTool - Feb 7, 2018

Building the Engine in Visual Studio will fail due to an unresolved external symbol error if a new global variable is added to CoreGlobals.h and then referenced elsewhere in the Engine code. The bui ...

Crash on startup with a Blueprint deriving from an abstract class with a SpriteComponent

Tools - Feb 7, 2018

Appears to be an issue with load order and the timing of when we populate the 'ShowSpriteCommands' and 'SpriteIDToIndexMap' containers, which we assert on if they're not the same size. The original ...

Spawnables in Level Sequence Cause Sequence to Dirty

UE - Anim - Sequencer - Feb 7, 2018

When a sequence contains a spawnable, it is immediately dirtied after saving and closing ...