STAT GPU console command makes the editor unresponsive

UE - Foundation - Core - Mar 30, 2018

Running the stat GPU command causes the editor to hitch for a period of time.  ...

Actor does not receive End Play if it was destroyed during the world's Begin Play and it had already begun play

UE - Gameplay - Mar 30, 2018

If an Actor destroys another Actor when the game is first starting, then End Play does not get called on the destroyed Actor. In the attached project, there is an Actor Blueprint in the level that s ...

Is Editor Only setting excludes asset from map in packaged builds but does not exclude it from the package

UE - Foundation - Core - Cooker - Mar 29, 2018

Setting an instance of an asset in a level to "Is Editor Only" will cause the asset to not be present in the level in a packaged game, but the asset is still included in the cooked content for the g ...

[Feature Request] Light Complexity view mode broken in Forward Rendering

UE - Graphics Features - Mar 28, 2018

When forward shading is enabled, the light complexity view mode just displays black surfaces. ...

Incorrect macro definitions in VisualLogger.h

UE - Gameplay - Mar 28, 2018

UE_CVLOG_BOX, UE_CVLOG_OBOX, and UE_CVLOG_CONE have problems with their definitions. UE_CVLOG_OBOX calls UE_VLOG_BOX instead of UE_VLOG_OBOX All 3 of these macros also call their respective macro ...

Folder Renaming is not Case Sensitive

UE - Editor - Content Pipeline - Content Browser - Mar 28, 2018

Renaming folders is not case-sensitive Previously fixed in 4.12, re-appeared ...

Linux: UE_ENGINE_DIRECTORY not being set by UBT

UE - Platform - Linux - Mar 27, 2018

UBT is not passing UE_ENGINE_DIRECTORY to GForeignEngineDir because in UEBuildTarget.cs IsCurrentPlatform only checks for Windows and Mac. Because GForeignEngineDir is not set, config files and oth ...

Unable to edit inherited component properties in a Blueprint if the Component type is set to None and the Blueprint is compiled

UE - Gameplay - Blueprint Editor - Mar 26, 2018

If an inherited component that uses the EditAnywhere specifier has the component type drop down set to None, the component's details can no longer be edited in the Details tab after the Blueprint is ...

Crash When Toggling Visibility of Level with Planar Reflection

UE - LD & Modeling - Terrain - Landscape - Mar 26, 2018

This crash occurs in 4.19 and 4.20 but not 4.18. Repro'd in 4.19.0-3944462 and 4.20.0-3955769 and 3964322. This is a regression. Per UDN licensee: When I'm showing/hiding levels in editor (in le ...

Reimporting Duplicated Mesh from Blender Creates Merged Meshes

Tools - Mar 26, 2018

When a mesh in Blender is Duplicated and exported as an FBX, then imported into Unreal with Combine Meshes unchecked, then both meshes reimported, one of the meshes has another mesh added to it. The ...