Editor freezes then crashes while attempting to save during PIE

UE - Gameplay - Blueprint - Jun 8, 2015

A level blueprint that has blueprint functions on keybound events freezes and crashes when in PIE and save is pressed. Frequency: 7/7 Crashreporter: [Link Removed] Note: If all level blueprint n ...

Screen widgets with transparency are darker when displayed in an HTML5 environment

UE - Editor - UI Systems - Jun 8, 2015

If the user creates a widget blueprint and adds an image with transparency the image will appear slightly darker when launched in HTML5 (firefox nightlie in this test) ...

The Child Actor Component cannot be selected in the Blueprint Editor Viewport

UE - Gameplay - Jun 8, 2015

The Child Actor Component cannot be selected in the Blueprint Editor Viewport. Selecting the Child Actor Component in the Components tab is the only way to select the component. Reproduced in 4.7.6 ...

Blueprint parameter of a function call will break on reload of the editor

UE - Gameplay - Blueprint - Jun 8, 2015

When using a code created function call inside of a blueprint that takes in a pointer to a UBlueprint as a paramter the pin for setting the desired blueprint will cause a compile error when the edit ...

'Greater/Lesser Than or Equal To' nodes do not work consistently with values lower than 1

UE - Gameplay - Jun 8, 2015

'Greater/Lesser Than or Equal To' nodes do not work consistently with values lower than 1 Note: The issue isn't present with whole numbers (ex: 10 decremented by 1) ...

Screen flickers and becomes overly bright when adding a widget to the screen

UE - Editor - UI Systems - Jun 8, 2015

When adding a widget (in this case a button) to the screen the right side and bottom of the screen begin to flicker and grow extremely bright. To make sure and reproduce the issue you will need to s ...

"Use T0As Ref Pose" doesn't work when FBX has two meshes with different bind poses

OLD - Anim - Jun 5, 2015

"Use T0As Ref Pose" doesn't work when FBX has two meshes with different bind poses. See attached example assets ...

SceneTexture:Scene Color node renders black in Standalone, Launch On and Packaged Game

UE - Graphics Features - Jun 5, 2015

When using a Blendable to render SceneTexture:Scene Color into the Post Process, it appears to render as expected in PIE and Simulate, but when viewed in Standalone, Launch On or a Packaged Game the ...

Vectors added to blueprint components don't display 3D widgets when the applicable options are set.

UE - Gameplay - Blueprint - Jun 5, 2015

Component blueprints behave differently to normal actor based blueprints with regards to the show 3D widget option when a vector in the blueprint is set to editable. Basically the 3d widget never s ...

Most GetActorFeetLocation should be turned into GetActorNavLocation

UE - AI - Jun 5, 2015

In most places in PathFollowingComponent calls to GetActorFeetLocation should be turned into GetActorNavLocation for flexibility's sake. However, it's not trivial and will require some thought. ...