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] ...

Setting a delegate in code as constant does not compile

Docs - Aug 28, 2015

Using the wiki documentation to setup a Dynamic Delegate in code gives compile errors that the DelegateName doesn't exist. Adding the open/close braces ("[" and "]") give a different compile error ...

Max Pitch Angle does not correctly apply when utilized in procedural foliage volumes

UE - World Creation - Worldbuilding Tools - Foliage - Aug 27, 2015

Random Pitch Angle does not properly apply when called within a procedural foliage volume. ...

Removing Aimoffset node from anim blueprint crashes editor

OLD - Anim - Aug 27, 2015

Removing Aimoffset node from anim blueprint crashes editor Frequency: 2/2 crashreporter: N/A ...

Attempting to add or alter custom functions in character blueprint crashes editor upon compile

OLD - Anim - Aug 27, 2015

Editor crashes when adding or adjusting functions within character blueprint. Frequency: 5/5 Crashreporter: N/A Note: Does not reproduce on a new character blueprint, this seems limited to a cha ...

Tile Grid persistently visible with Tile Map when viewed through Orthographic Camera

UE - Gameplay - Paper2D - Aug 27, 2015

The Tile Map grid is consistently visible when playing and viewed through Orthographic camera. The user reporting the issue noted some observations which I can also confirm are occurring in both en ...

Destroying a Character's CapsuleComponent while Use RVOAvoidance is enabled in the CharacterMovement component will crash the editor

UE - AI - Aug 27, 2015

Destroying a Character's CapsuleComponent while Use RVOAvoidance is enabled in the CharacterMovement component will crash the editor. Crash Report: [Link Removed] ...

Using "BugItGo" command causes character to fall through the world

UE - Gameplay - Aug 26, 2015

Using the bugitgo command line argument will teleport the player to the x,y,z specified but will then will cause the player to continually fall through the floor/world. ...

Cannot set array elements from an array that is contained within a struct

UE - Gameplay - Blueprint - Aug 26, 2015

Cannot set array elements from an array that is contained within a struct User Description: Setup: Array of structures "StructureA". In StructureA, array of integers/strings/whatever. Result: Can' ...