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

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

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

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

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

Crash when opening maps and blueprints in user's project

UE - Gameplay - Blueprint - Feb 23, 2015

Crash when opening maps and blueprints or PIE in user's project. [Link Removed] Possibly related [Link Removed] -30763-strategy.log is the first log, which indicated that the user's custom "Civil ...

Material Parameter Collection does not correctly render in Widget BP

UE - Editor - UI Systems - Feb 23, 2015

If a Material Parameter Collection with a Scalar Parameter is used within a material and that material is called within a widget the scalar parameter will render with a 0 value, even when set to ano ...