Compare Blackboard Entries returns incorrectly when comparing Enums

UE - AI - Apr 17, 2015

While investigating an issue with enum comparisons breaking when the enum changes, I discovered that the comparison will not return true if set to "contains NOT EQUAL values" and the values are not ...

Blueprints copied or moved to another level do not retain variable references to other Actors that are also copied or moved

UE - Gameplay - Blueprint - Apr 17, 2015

Blueprints copied or moved to another level do not retain variable references to other Actors that are also copied or moved. Reproduced in 4.7.5 binary and Main (//depot/UE4/Promotable-CL-2507843) ...

Crash when renaming AnimGraph function in AnimBP

OLD - Anim - Apr 17, 2015

When renaming the AnimGraph in an Animation Blueprint, the editor crashes after you hit enter. [Link Removed] [Link Removed] Occurs in: 4.7.5 Release CL:2503383 4.8 Main CL:2513846 ...

World Override GameMode values do not save after project is closed and reopened

UE - Gameplay - Apr 17, 2015

The gamemode settings under world override do not save once the project has been saved, closed and reopened. ...

NavMesh generates 90 degrees rotated for custom collisions

UE - AI - Apr 16, 2015

The NavMesh creates breaks at the wrong rotation if the mesh is using collision created from outside of UE4. This is obvious in a lot of the market content with special collision created in maya/3d ...

Standalone Game does not recognize actor blueprints with "Simulate Physics" active

UE - Simulation - Physics - Apr 16, 2015

If a blueprint has "Simulate Physics" active on a component, it will not render when running standalone game. ...

Skeletal mesh defined in code cannot be set in the editor.

UE - Gameplay - Blueprint - Apr 16, 2015

Defining a skeletal mesh component in code and attaching it to the root component will not allow the component's details to be editable inside the editor. ...

Cannot access Make MaterialSpriteElement Struc

UE - Graphics Features - Apr 16, 2015

You cannot access the Make MaterialSpriteElement Struc since 4.6 when pulling off a Material Billboard Component Set Array Elem setup. In 4.5[Image Removed] In 4.7.5[Image Removed] also reproduce ...

Setting inherited variables in child blueprint crash editor

UE - Gameplay - Blueprint - Apr 15, 2015

PIE without compiling child blueprint (3rdSpiderPawn in example) that is attempting to affect an inherited variable will crash the editor. Additional Information: User has several cast to nodes ca ...