Multiple variable categories with different spacing created in BP editor

UE - Gameplay - Blueprint Editor - Aug 24, 2015

Dragging variables to a category in the BP editor creates a new category based on the display name. If you create a category "TestCategory" then dra a variable to that category, it will create a new ...

Physics object set to OverlapAll will still collide with the player

UE - Gameplay - Aug 24, 2015

Physics object set to OverlapAll will still collide with the player User Description: The pawn is simply colliding with and causing physics on objects it shouldn't be. To replicate: Set up a new ...

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 ...

Renaming a box collision that shares the name of another box collision in another blueprint will change the name of any events that box collision uses

UE - Gameplay - Blueprint - Aug 24, 2015

When the user adds a box collision to another blueprint and gives it the same name as another box collision component within another blueprint the events associated with the original box collision w ...

Adding a Blueprinted custom StaticMeshComponent to a Blueprint results in an Ensure being triggered.

UE - Gameplay - Components - Aug 24, 2015

If a Blueprint is made from a custom Blueprintable StaticMeshComponent, and that Blueprint is added as a component to another Blueprint, an Ensure is triggered. No Ensure occurs if the custom nativ ...

Base Pass Instruction Count increases on Compile and Save, then resets upon reopening Material

UE - Graphics Features - Aug 24, 2015

Material Base Pass Instruction Count will change from a value established when plugging in components pre-compile to a higher value on post compile, but when the material is reopened the count rever ...

Anti-Alias from Draw Line Function does not fully appear on Android

UE - Platform - Mobile - Aug 24, 2015

Some of the lines within the launched or packaged version on Android for the draw line function, but not all of them do. This has been checked on iOS and it's working perfectly fine in both 4.8.3 an ...

REINST error breaks links in blueprints calling a blueprint component that has been altered

UE - Gameplay - Blueprint - Aug 24, 2015

Changing a blueprint component (adding a function, adding inputs, etc) causes REINST errors if PIE is pressed immediately after compiling without compiling all blueprints that are calling the compon ...

Disable button style is not applied when a button is disabled

UE - Editor - UI Systems - Aug 24, 2015

If the user applies a material or texture to the disabled button style option the button will not used the material/texture that was used but will instead use the default grayed out button look. E ...

Widgets become unresponsive If a button's Down and Up click is interrupted

UE - Editor - UI Systems - Aug 24, 2015

If a button's interaction settings are set to Down and Up and the button is disabled in between Down and Up (The button is clicked and held and becomes disabled before releasing the button). All inp ...