User's packaged game crashes after opening level 5+times

UE - Editor - UI Systems - Slate - Feb 16, 2016

A user's project crashes when a level is opened 5 or more times ...

Opening a data table based on a struct with a slate brush variable crashes the editor

UE - Editor - UI Systems - Slate - Feb 1, 2016

Attempting to open a data table based on a struct with a slate brush variable crashes the editor. Frequency: 2/2 CrashReporter: N/A ...

Crash clicking on "Recent Levels" or "Package Project" in File menu

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

I tried to debug. In:for (int32 StackIndex = Stack.Num() - 1; StackIndex >= FirstStackIndexToRemove; --StackIndex) { Stack[StackIndex]->Dismiss(); // <-- here } It crashes because Stack is em ...

UPrimitiveComponent mouse events when underneath Slate widgets not correct

UE - Editor - UI Systems - Slate - Jan 7, 2016

Licensee is adding a widget to the viewport overlay via AddViewportWidgetContent(). The widget receives mouse input when hovered. They return unhandled from all their widget's onmouse functions and ...

Mouse Position doesn't properly update on tick when framerate is low in standalone game

UE - Editor - UI Systems - Slate - Dec 11, 2015

If a game is run in the standalone editor and the FPS drops to ~20-30 FPS, pressing an event such as LMB and returning the mouse position on tick will cause the tick to jump inconsistently. Note: ...

MAC: Drop Down Menus Continuously Flicker (In Certain Conditions)

UE - Editor - UI Systems - Slate - Nov 4, 2015

Shown in the Behaviour Tree Graph, if the Dropdown menu's length exceeds the Behavior Tree Graph window, the menu will try to offset it's position in order to display all information and will flicke ...

User can click through Notifications

UE - Editor - UI Systems - Slate - Oct 27, 2015

BRANCH: //depot/UE4-Releases/4.10, but also current Main DESCRIPTION: When there is a notification up, such as launch on, the user can interact with the editor through it. *User shows video of the ...

Mouse pointer disappears on stopping when the cursor has a trail via the windows mouse options

UE - Editor - UI Systems - Slate - Oct 15, 2015

If the user has turned on the cursor trail for their computer and then opens up the puzzle template the cursor will sometimes disappear after moving the mouse around on the screen (The pointer disap ...

Using a discreet graphics card on a laptop causes context menus to duplicate

UE - Editor - UI Systems - Slate - Sep 2, 2015

Context menus in the editor (such as right-clicking in the Content Browser) will cause duplicate menus to appear when you hover over a section that makes an extra menu appear. Note: This has only b ...

Using Show Mouse Cursor causes mouse to become detached from game window

UE - Editor - UI Systems - Slate - Aug 24, 2015

Using the Show Mouse Cursor command (or BP node) will make the mouse appear in the game window however at that point the mouse does not interact with the game unless one of the mouse buttons is held ...