4.7 Regression: Character::OnJumped_Implementation() not virtual and will skip user implementation or fail to compile

UE - Gameplay - Feb 25, 2015

Character::OnJumped_Implementation() should be virtual or users' custom implementations will not be called. If they declare it with "override" their code will fail to compile. Already fixed in Main ...

Code classes with a portion of the project name and parent type cannot be created.

Tools - Feb 25, 2015

When adding code to a project, class names cannot be used if they contain a portion of the project's names and the type of class of the parent. Message says that the name is already used by another ...

Adding a Named Slot to a UMG Widget is causing the number to increase rapidly.

UE - Editor - UI Systems - Feb 25, 2015

If you create a new Blueprint Widget, place a button into the widget, and click, hold, and drag a Named slot onto the button, the number of the Names Slot will keep increasing as long as the named s ...

Comparing BB entries doesn't work

UE - AI - Feb 25, 2015

UBlackboardComponent::CompareKeyValues contains a bug and instead of using KeyType's default class object it uses UBlackboardKeyType's which results in comparison of memory addresses. This obviously ...

BTTask_MoveTo issues when AI already at goal location

UE - AI - Feb 25, 2015

Seems like the task node result is wrong if AI is already at location. If so then it's a pretty serious issue. Needs to be investigated. ...

Cross Product Node labeled "Cross_VectorVector" instead of "X"

UE - Gameplay - Blueprint - Feb 24, 2015

The Cross Product Blueprint Node is now labeled Cross_VectorVector taking up more space as a node than the previous "X" Also reproduced on Main Promotable-CL-2455917 ...

Build failing for users project with all platforms

UE - Gameplay - Blueprint - Feb 24, 2015

When attempting to package this project for a mobile device, the build with fail. I tested in main and 4.7 release and the build will always fail. Project: [Link Removed] Users log: https://ans ...

Crash when opening Post Process Material with Live Data Preview running in Profiler

UE - Foundation - Core - Feb 24, 2015

Edit: CrashReporter link: [Link Removed] When running the Session Frontend Profiler as a Live Data Preview and you open a Post Process material, the editor will crash to the desktop. Reproduced in ...

Mousing over component list of an actor with InputComponent causes breakpoint in VS during PIE

Tools - Feb 24, 2015

When debugging a project through Visual Studio, if an actor with an Input Component is selected in the World Outliner a breakpoint will trigger in VS when attempting to select/mousing over any compo ...

Crash with assigning APEX Cloth that uses a custom graphical mesh

UE - Simulation - Physics - Feb 24, 2015

When a graphical mesh is used to create a lower LOD for cloth assets and the Cloth FBX has the APB assigned to the material for the cloth there will be a crash. ...