Sidescroller Character Gets Stuck on Platform Edges When Moving on Tick

UE - Gameplay - Player Movement - Nov 2, 2015

When converting the character movement in the sidescroller template to occur on Tick instead of key press, the character will begin to run, and then get slightly hung up on the edge of the platform ...

Adding Text Render Component at Runtime Crashes Standalone

UE - Gameplay - Components - Nov 2, 2015

Adding a text render component to a blueprint through C++ at runtime crashes the standalone player. It does not have any effect on PIE. Also, this only seems to occur when the blueprint in question ...

[4.10 P2] UI is offcenter for dropdown menus and tooltips in editor

Tools - Nov 2, 2015

In Windows 10, on a system set up with 2 970GTX GPUs in SLI, the dropdown menues from the main navigation tabs will be offset and to the lower left of the screen when selected. ...

Custom cursor retains reference after it has been deleted

UE - Editor - UI Systems - Nov 2, 2015

If the user creates a custom cursor with a widget blueprint and then applies it via the project settings and then deletes the widget blueprint that is being reference. The setting will be set to non ...

Duplicated blueprints lose components

UE - Gameplay - Blueprint - Nov 2, 2015

Blueprints that have been updated from previous engine versions lose components if duplicated. The original blueprint retains all components but all duplicates lose them. ...

Running Automation Test for Directory Watcher Causes the Editor to Crash

UE - Automation Test - Nov 2, 2015

Running an automation test for Directory Watcher for Plugins causes the editor to crash on the Simple Modify step. Occurs only in 4.10 Preview 3. Regression: This does not occur in 4.9.2, but occu ...

Get key node is no longer available within the On Analog value change override

UE - Editor - UI Systems - Nov 2, 2015

The user can no longer use a get key node within the On analog value changed override. This was possible in 4.8 ...

Attempting to hide "CharacterMovement" in a custom character class breaks Details panel inside derived blueprint

UE - Gameplay - Blueprint - Nov 2, 2015

Using the "HideCategories = (CharacterMovement)" specifier in the UCLASS macro will cause the Details panel of a derived blueprint to not display any information for the CapsuleComponent, Mesh compo ...

Trigger Volume Blocks First-Person Template Projectile

UE - Simulation - Physics - Nov 2, 2015

When playing in editor, if you fire your weapon at a trigger volume, the projectiles will bounce off of the volume, regardless of the fact that the collision is set to Query Only. This collision als ...

Private functions can be called in other blueprints

UE - Gameplay - Blueprint - Nov 2, 2015

Private functions within a blueprint can be called from other blueprints. A warning does appear but the function is run despite this warning. ...