Consider allowing sub-editor tabs to dock next to the viewport

UE - Editor - UI Systems - Slate - Feb 25, 2015

A user with a 4k monitor is requesting that we allow sub-editors to be docked alongside the viewport instead of behind it. (he only has one monitor) For instance, you open a blueprint and you want ...

Constant Feedback/Static Noise while In Editor

UE - Editor - UI Systems - Slate - Jan 22, 2015

When running the Editor some users are reporting they are hearing consistent static noise. Currently there are some random workarounds to reduce or eliminate this noise, but the source of the proble ...

CRASH: OS X Editor in Play Mode

UE - Editor - UI Systems - Slate - Dec 10, 2014

User had just downloaded and started running software for the first time on his OS X system. When the user pressed play in editor his computer powered off "as if the power cord had been pulled." ...

FSlateApplication::OnControllerButtonPressed/Released removed causing input plugins to no longer work

UE - Editor - UI Systems - Slate - Dec 8, 2014

The functions OnControllerButtonPressed/Released using FKey were deleted for 4.6. This leaves plugin authors no way of propagating key presses from their plugin in to the input system. ...

Crash when creating new projects or converting copies of old ones in Japanese

UE - Editor - UI Systems - Slate - Dec 4, 2014

There's a crash in FCharacterList::GetKerning() when using the editor in Japanese that is apparently fixed in one of these three changelists: CL# 2370014, 2370050, and 2370040 But they were not ...

Slate - Menu anchors using the work area (screen minus taskbar) in fullscreen mode

UE - Editor - UI Systems - Slate - Nov 24, 2014

Menu anchors in full screen applications are avoiding collisions with the taskbar even though it isn't on screen. FSlateApplication::CalculatePopupWindowPosition() has this line... const FPlatform ...

Unable to unhide floating tabs

UE - Editor - UI Systems - Slate - Nov 5, 2014

If you have a tab undocked so it is floating and right click it->hide tab, you will be unable to unhide it. I think the orange triangle is being blocked by the Unreal button. ...