Interface cannot be re-implemented after removal from blueprint

UE - Gameplay - Blueprint - Sep 1, 2015

If an interface is removed from a blueprint and an interface function is transferred to a local function, the interface cannot be re-implemented in the blueprint. ...

Joint Presets on Physics Constraints Actors do not work

UE - Simulation - Physics - Sep 1, 2015

Problem: When you press any of the Joint Presets buttons on a Physics Constraint Actor that is placed in a level the buttons do not do anything. Solution: Pressing the Joint Presets buttons setup t ...

Vertex Painting on Blueprint Static Mesh components lost on copy

UE - Gameplay - Components - Sep 1, 2015

After vertex painting on a Static Mesh component of a Blueprint, the Vertex paint data is lost when the Blueprint is copied. Oddly, pasting into a text editor shows VertexColorData, but it seems to ...

Investigate code in SViewport.cpp that makes use of TWeakPtr's to see if it can be altered to better protect against a possible crash.

Tools - Aug 31, 2015

A user reported a one-time crash that possibly occurred when a TWeakPtr became invalid immediately after passing an IsValid check, before the TWeakPtr could be used. The SViewport.cpp file contains ...

Material preview black when using Static Switch Parameter with Texture Objects

UE - Rendering Architecture - Materials - Aug 28, 2015

Material preview doesn't render correctly with using a Static Switch Parameter with Texture Objects. See attached image ...

Blueprints components setup through code cannot have the parent socket set inside the blueprint

UE - Gameplay - Blueprint - Aug 28, 2015

If a component is created/setup through code and set as the child of a mesh component, clicking the magnifying glass in the Parent Socket field does not bring up the list of mesh sockets to attach t ...

DrawMaterialSimple() disrupts widgets being drawn to the screen depending on widget hierarchy

Tools - Aug 28, 2015

Calling the HUD::DrawMaterialSimple() function may cause blueprint widget elements to not be drawn on screen depending on the hierarchy of the widget. Google Drive link to Project: [Link Removed] ...

Nav Mesh bounds are ignored when the character is on the edge of the nav mesh

UE - AI - Aug 28, 2015

If the user spawns the character on the edge of a nav mesh after selecting a destination for the character, the character will then ignore any information given by the Nav mesh and it will then head ...

Light Complexity view mode is qute different from document.

UE - Graphics Features - Aug 28, 2015

Light Complexity view mode is quite different from document. https://docs.unrealengine.com/latest/INT/Engine/UI/LevelEditor/Viewports/ViewModes/index.html#lightcomplexity ...

APEX Cloth causes Material Overriding

UE - Simulation - Physics - Character - Aug 26, 2015

After assigning an apex cloth to an element inside of the character skeleton > Mesh section they material is overridden. ...