Adding a function to a BP Component causes compile errors in BPs that use that component

UE - Gameplay - Components - Aug 28, 2015

Adding a function to a Blueprint component causes other Blueprint that use that component to have Errors and must be re-compiled. ...

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

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

Auto Align Floor to Mesh causes floor to align well below the mesh

OLD - Anim - Aug 28, 2015

NOTE: This is likely a known issue, but I could not find an existing bug for tracking Auto Align Floor to Mesh causes floor to align well below the mesh. Causes the mesh to float I've tried with ...

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

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

If a function that takes a custom struct as a parameter is changed and a hot reload performed, any variables in Blueprints that are of that custom struct type will disappear and no longer be usable.

UE - Gameplay - Blueprint - Aug 27, 2015

After creating a custom struct in C++ and adding a variable of that struct type to a Blueprint, hot reloading a code change that involves altering a function that takes the struct as a parameter res ...

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