EventOnMouseLeave Is firing off when it should not

UE - Editor - UI Systems - Apr 13, 2015

If the user clicks on the spin box that has an On Mouse Leave event and then drags the mouse around the leave event will fire off as if the mouse position is still being updated to the screen (the m ...

Collapsed Nodes do not move with their functions

UE - Gameplay - Blueprint - Apr 10, 2015

When you create a function and collapse nodes within it, the collapsed nodes to not follow the function category switch. I also noticed that when you move the function around that has the collapsed ...

Walking on an actor with a Spring Arm in the 3rd Person BP template will cause the camera to jitter

UE - Gameplay - Apr 10, 2015

Walking on an actor with a Spring Arm in the 3rd Person BP template will cause the camera to jitter/skip. This does not happen with an actor that does not have a spring arm and it also does not hap ...

Physics Asset loses skeletal mesh reference when skeletal mesh is moved to another folder

UE - Gameplay - Apr 10, 2015

When moving a skeletal mesh from one folder to another will lose the skeletal mesh reference in the Physics Asset. A warning message will appear. Picture attached. James: Do things like FStringAss ...

Dynamic Parameters do not function in Beam Emitters

UE - Graphics Features - Apr 10, 2015

Transfered Issue from TTP # 298314, originally opened in TTP on 6/3/2013 and updated with Answerhub post information on 5/18/2014 Dynamic Parameters cannot be used with a Beam Emitter, they pass no ...

ForEachLoop doesn't iterate through all of the actors returned by the Get Overlapping Actors node

UE - Gameplay - Blueprint - Apr 10, 2015

ForEachLoop doesn't iterate through all of the actors returned by the Get Overlapping Actors node. Note: You can workaround this issue by adding the overlapped actors to an array and then looping t ...

Translucent Materials do not work well with Depth of Field

UE - Graphics Features - Apr 10, 2015

Depth of Field do not work well when using a translucent material, even if the material has no opacity set. Image attached as reference. Light brown colored mesh is translucentGray mesh is opaque ...

Able to rename redirectors by clicking on their name in the content browser twice

UE - Editor - Content Pipeline - Content Browser - Apr 10, 2015

While you are unable to rename a redirector in the content browser by right clicking it and selecting rename (the option is grayed out) or by pressing the F2 key (no effect), you can actually click ...

Editor shortcuts can cause conflicts with input bindings (PINW)

Tools - Apr 9, 2015

Edit MattK: I think the simplest and safest solution to this is to simply prevent all input from leaving a running play in editor viewport. A user wants to bind CTRL key to crouch, and when they u ...

Change GetDisplayName to same behavior in all builds.

UE - Gameplay - Apr 9, 2015

Edit MattK: The display name is different when running PIE through the editor. This sort of inconsistency seems wrong. We should probably not ever be using the display name. Spaces are removed fro ...