Character actors incorrectly collide with moving actors while jumping

UE - Gameplay - Mar 21, 2016

Character will incorrectly slip through actors that are moving while the character is jumping. ...

Incorrectly displayed LOD VertexColor until Paint Mode is Selected

Tools - Mar 18, 2016

It seems that the attachment project's assets are Incorrectly displayed regarding LOD VertexColor until paint mode is selected. I attached the movie to explain this problem by licensee. Near LOD0 s ...

Blueprint Notifies do not Show up in Personas Add Notify menu if the C++ Class they Inherit off is Marked as Abstract

OLD - Anim - Mar 18, 2016

Blueprint notifies do not show up in Personas Add Notify menu if the c++ class they inherit off is marked as abstract This is because the list of valid notify classes we cache is filtered by the Ab ...

Cannot Preview a Node in a UI Material

UE - Rendering Architecture - Materials - Mar 18, 2016

Previewing a Node in a UI Material will not show anything, or will remain showing what is placed in Final Color. This issue appears to be fixed in Dev-Main as of CL-2914624. ...

Creating Actors as default subobjects causes crash (casting Outer to Level)

UE - Gameplay - Mar 18, 2016

If two custom classes are created in C++ (Class A & B) and a reference to Class A is created as a member of Class B and initialized in Class B's constructor, the editor will crash once a blueprint o ...

Using a controller in HTML5 causes error

UE - Platform - Mobile - Mar 17, 2016

When using a controller in HTML5, the project crashes within the browser. However, this does not occur on Google Chrome. FireFox/Nightly crashes on launch on as well as packaging and running the pro ...

FText::AsTime Does not work correctly with daylight savings.

UE - Editor - UI Systems - Localization - Mar 17, 2016

If you pass the result of FDateTime::UTCNow in into FText::AsTime with your windows time zone currently set to Eastern Time (UTC-5 hours), it will NOT take into account daylight savings. ...

External Reference Spam converting projects to 4.10

UE - Gameplay - Mar 17, 2016

Converting a project from 4.8.3 to 4.10.4 causes external reference spam in the message log>map check window. Seems directly related to [Link Removed]. Making new jira on request. ...

Sequencer will not play Blendshape (Morph Target) Animations while in Realtime

UE - Anim - Sequencer - Mar 16, 2016

An Animation Track that references a Blend Shape, Morph Target, Animation will not play when you play from Level Sequencer in Editor unless you turn off real time. Also it seems if Realtime is turn ...

Adding OnClicked to SButton in Editor Mode plugin crashes editor when accessing the plugin

UE - Foundation - Cpp Tools - Plugin System - Mar 16, 2016

If a new editor plugin has a button added with OnClicked functionality, the editor will crash immediately when accessing the plugin. Removing the OnClicked portion of code allows the plugin to be a ...