Using Fixed Frame Rate Increases the Speed of Auto Save

UE - Foundation - Core - Oct 26, 2015

Using a lower fixed frame rate (i.e. 20fps) causes the auto save timer (when set to the default of 10) to count down in 3 seconds. Found in 4.10 Preview 2 CL 2733139. Reproduced in 4.9.2 binary an ...

Widgets remaining in memory after they are removed from viewport

UE - Editor - UI Systems - Oct 23, 2015

Widgets appear to be remaining in memory even after they have been removed from viewport. A user can use Get all widgets of class to search for a widget (with Top level only set to false) and it wil ...

GPU Profiler loses focus with New Editor Window and VR Preview

Tools - Oct 22, 2015

Using the profile GPU in New Editor Window and VR preview does not focus on profiler. It should be noted that it is unsure whether or not the GPU Profiler is intended to be used in conjunction wit ...

Asset Override Editor does not have vertical scrollbar until window is resized

OLD - Anim - Oct 22, 2015

If a child anim blueprint has enough animations to go beyond the view of the asset override editor, the override editor will not show a vertical scrollbar until the window is resized. ...

WindDirectionalSourceComponent needs functions like, 'SetSpeed'

UE - Graphics Features - Oct 22, 2015

Currently changing variables like Speed via BP/C++ has no affect. We need to add funcs like SetSpeed that also update the proxy. Would be nice to make the vars private as well. ...

Matinee tracks do not override Sound Notifies from AnimToPlay when using "Initial Position"

Tools - Oct 22, 2015

In the attached project, there is an animation (with a sound notify) plugged into the AnimToPlay slot. The Initial Position is set to 0.5. The matinee in the scene overrides the animations applied ...

Closing the GPU Visualizer window on Linux causes the editor to crash

UE - Platform - Linux - Oct 21, 2015

After opening the GPU Visualizer window, pressing the "X" to close the window causes the editor to crash. ...

Naming an Event Dispatcher the Same as an Overridable Function Corrupts the Event Dispatcher

UE - Gameplay - Blueprint - Oct 21, 2015

Creating an event dispatcher in a widget blueprint with the name OnDrop, which is already an existing overridable function, causes the event dispatcher to become corrupted and prevents it from being ...

Importing manual LODs in the Static Mesh Editor on Linux will freeze the editor

UE - Platform - Linux - Oct 21, 2015

When importing a LOD manually in the Static Mesh Editor the editor will freeze indefinitely. ...

Convert Transform to relative does not appear to return the correct transform when rotation in taken into account

UE - Gameplay - Blueprint - Oct 21, 2015

The Convert Transform to relative does not appear to return the correct value after rotations is applied to one of the objects Note: In the attached project the Gray cube is what the expected resul ...