Renaming a function for a text block and switching tabs will cause editor to crash

Tools - Oct 28, 2014

If you place a text block into UMG and then click on bind for the text in that text block (in the details panel) it will make a function. If you rename said function and then click the designer tab ...

Alpha Textures reimported via overwriting disappear from level

UE - Graphics Features - Nov 10, 2014

When you reimport a texture that has an alpha by Importing and then overwriting the previous texture, all versions of that texture in any material or in the level complete disappear until you compil ...

Unable to open UE4Editor on Linux - Bad hlslcc header found

UE - Platform - Linux - Nov 4, 2015

UE4Editor does not open on Ubuntu 15.10 due to the following error: [2015.11.04-16.19.35:974][ 0]LogOpenGLShaderCompiler:Error: Bad hlslcc header found! Missing '#'!Error in `./UE4Editor': free(): ...

Code based component name differs in Blueprint Components and main Viewports Details

UE - Gameplay - Blueprint - Jun 24, 2015

If the TEXT("") portion of CreateDefaultSubobject is changed then the name of the component will update in the main viewport details but will not update inside the blueprint based on the class. ...

Editor crashes while switching to paint mode if material has a grass output and landscape visibility mask

UE - LD & Modeling - Terrain - Landscape - Aug 10, 2016

Editor crashes while switching to paint mode if material has a grass output and landscape visibility mask. Frequency: 3/3 ...

HLODs do not correctly work with Dynamic Material Instances

UE - World Creation - Worldbuilding Tools - HLOD - Jan 11, 2016

A licensee has reported that when using Create Material Instance Dynamic and adjusting a material at run-time is not working with HLODs. It doesn't seem supported (yet) and unchecking the "merge m ...

ExponentialHeightFog is not rendering through VR

UE - Platform - Mobile - Mar 14, 2016

ExponentialHeightFog does not render for Gear VR devices when both the device and project are set for Gear VR. However, the fog does appear on a project without Gear VR enabled. Occurs On: GalaxyS6 ...

Spawn Actor From Class Multiplying Transform Scale By Original Object Scale

UE - Gameplay - Jun 9, 2016

When using the Spawn Actor from Class node, the Spawn Transform Scale is being multiplied by the actor's original scale, instead of just setting the scale to the Spawn Transform's value. In 4.11.2, ...

Editor Crashes When Setting Location of Scene Component BP to World

UE - Gameplay - Blueprint - Dec 9, 2015

In an actor blueprint with a scene component blueprint as its root, if you add a child object to the scene component blueprint, and then go into the scene component blueprint and set the location to ...

Compile error with Local Variable of a Struct that contains a Set or Map type

UE - Gameplay - Mar 7, 2017

Compile error with Local Variable of a Struct that contains a Set or Map type. Standard and array variables work without issue. Non-local variables also work without issue. ...