Expanding a Parent Folder, Opening a Child Folder, and Collapsing the Parent Folder Displays All Assets

UE - Editor - Content Pipeline - Content Browser - Oct 2, 2015

In the content browser, expanding a parent folder, selecting one of its child folders, and then collapsing the parent folder will cause all of the assets to display in the content browser, including ...

Set Relative Location on components does not replicate to clients

UE - Networking - Sep 2, 2015

Set Relative Location on components does not replicate to clients. Reproduced in 4.8.3 binary, 4.9.0 binary, and Main (CL 2676715) ...

Landscape Creates Two Shadows with Baked Static/Stationary Lighting

UE - LD & Modeling - Terrain - Landscape - May 25, 2016

It appears two shadows are created when building static lighting for Landscapes. One seems to be offset while the other is accurate to the angle of the light source. I tested this in 4.9.2, 4.10.4, ...

Memory Leak occurring when making procedural content with the Construction Script

UE - Gameplay - Blueprint - Nov 24, 2015

When modifying an object that makes changes using the construction script seems to cause a memory leak. The memory that is used seems to never be freed up. ...

Attaching capsule to Root component triggers VS Break on PIE

UE - Foundation - Core - Feb 13, 2015

When a capsule is attached to an actor Root Component followed by playing in editor through VS debug mode there is a breakpoint triggered in VS upon pressing PIE. Continuing through the break allow ...

Spring Controller seems inverted/counter-intuitive

OLD - Anim - Nov 16, 2015

Two different users have pointed out that the spring controls seem inverted and/or counter intuitive: The first post: https://answers.unrealengine.com/questions/328098/spring-controller-seems-to- ...

The Nativize Blueprint Assets option causes C++ collision components to ignore their extents set in a blueprint

UE - Gameplay - Blueprint Runtime - Jan 11, 2017

Using the Nativize Blueprint Assets option can cause the extents of a collision component defined in code and inherited by blueprints to use its default values in a packaged build instead of the ext ...

Min Roughness Light Setting Does Not Work In Forward Shading

UE - Graphics Features - Mar 1, 2017

Min roughness in the light settings currently aren't working in the forward shading mode. ...

Ensure condition failed / Crash on BP Compile after adding variable

UE - Gameplay - Blueprint Compiler - Jan 26, 2018

Crash when compiling BP (containing user defined struct + object reference) after adding variable. ...

Child Actor Component reappears after Undoing Parent Deletion

UE - Gameplay - Blueprint - Feb 5, 2018

After loading a map containing a ParentBP with a ChildActorBP, Deleting and undoing the deletion will "resurrect" the original child, and a new child actor is parented to parent. Possibly Related: ...