Adding a StaticMeshComponent pointer to a derived StaticMeshComponent class has inconsistent behavior

UE - Gameplay - Components - Aug 6, 2015

Adding a UStaticMeshComponent pointer to a class derived from StaticMeshComponent allows for two meshes to be set by a single component. Setting two meshes inside a blueprint this way will only allo ...

Class Defaults do not show Texture variables when called from other blueprints

UE - Gameplay - Blueprint - Sep 30, 2015

If class defaults are accessed in an actor blueprint from another blueprint, texture variables will not appear in the class defaults list on the "Get Class Defaults" node. ...

Shadows cast from static meshes are not appearing on characters in Mobile Preview

UE - Graphics Features - Oct 24, 2014

When placing a Static mesh into a level that will cast a shadow and building lighting, no shadow will be shown on a character when walking through its shadow ...

Math Expression nodes cause packaging to fail.

UE - Gameplay - Blueprint - Oct 24, 2014

When using a math expression node within a blueprint, the project will fail when packaging. ...

Skeletal Mesh with Tessellated Material causes Excessive Blur

UE - Graphics Features - Nov 18, 2014

With a Tessellated Material, either Flat or PN Triangles, applied to a Skeletal Mesh when playing, the Mesh has excessive blur when in motion. If you use the same material and turn off tessellation ...

Packaging a plugin from Plugins Editor UI wipes the target folder before packaging

UE - Foundation - Cpp Tools - Plugin System - Sep 23, 2016

"Package Plugin" from Plugin Editor UI will wipe the target folder’s contents first then populate it with plugin files. User was expecting “Package Project” like behavior: Create a new folder in th ...

Adding array element of instanced meshes during simulation does not increase amount of elements in array

UE - Gameplay - Blueprint - May 9, 2016

Adding array element of instanced meshes during simulation does not increase amount of elements in array. Regression (No) issue (does) occur in 4.10.4 ...

Creating custom event from function w/ delegate variable parameter does not have input pin for the delegate

UE - Gameplay - Blueprint - May 29, 2015

When using a delegate variable as a function parameter, dragging off of the delegate pin of an associated function BP node to create a custom event will create a default custom event without the inp ...

Static mesh with simulate physics does not update for clients joining after a session has started

UE - Networking - Apr 22, 2016

Static mesh with simulate physics does not update for clients joining after a session has started ...

Updates to Static Mesh Sockets do not appear in BPs until recompiled

Tools - Apr 13, 2016

Static mesh socket updates do not appear in BPs unless you recompile ...