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

User crashes during play/save/open project in UE 4.6.1

UE - Gameplay - Blueprint - Feb 25, 2015

User reports crashing upon open, saving or playing their project in 4.6.1 in Binary. Assertion failed: TargetDelegate [Link Removed] [Line: 5407] ...

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

TUnion implementation is missing

UE - Foundation - Core - Feb 24, 2015

The implementation for TUnion is commented out (in Union.cpp) causing it to not function properly. DEFINE_LOG_CATEGORY(LogUnion); has to be added to the user's source file for the VS compille to wo ...

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

Color bubble has no effect in an Event Graph

UE - Gameplay - Blueprint - Feb 24, 2015

If you add a comment to an Event graph Blueprint and change the comment color, the bubble should not change colors unless the Color Bubble detail is checked. I have included photos to better show ...

Possess functions need to be marked server-only

UE - Gameplay - Feb 23, 2015

Possess() should only work on the server, and only be callable on the server. ...

Editor Crashes when compiling a 3d widget after adding array variable

UE - Editor - UI Systems - Feb 23, 2015

Editor crashes when user adds array variable (any type) to a 3d widget that is used within a blueprint actor and then compiles the widget. Frequency: 4/4 Crash Reporter: [Link Removed] ...

Tiled Landscapes imported with inverted Y axis rotation in World Browser

UE - LD & Modeling - Terrain - Landscape - Feb 23, 2015

When importing tiled landscapes into the world browser, the landscape tiles appear with inverted Y axis rotations. ...

Clearing BB values with UBlackboardComponent::ClearValue doesn't work

UE - AI - Feb 23, 2015

It just doesn't. There's a bug in the code, as described by user in the linked answerhub thread ...