Tiling for image widgets secretly carries over from image to box setting

UE - Editor - UI Systems - Aug 10, 2015

When using an image widget if the user selects tiling under the image option and then changes the "Draw as" option to box. The tiling setting will remain even though "box" does not have a tiling opt ...

Small line at the bottom of 3D Widgets when widgets positions are set to x=0,y=0

UE - Editor - UI Systems - Aug 10, 2015

If the user sets a widget to the position x=0,y=0 and then applies this as a widget component, there will be an artifact at the bottom of the widget that is the color of the widget that is in this p ...

Sound plays twice when switching camera modes

UE - Audio - Aug 7, 2015

Playing a sound (firing weapon) and switching the camera mode will cause the gunfire sound to play twice, once from the weapon's position when it's fired and again as through the sound was coming fr ...

Using /*/ to create multiline comments in header files can prevent Visual Studio from successfully building a project.

UE - Foundation - Core - Aug 7, 2015

If a multi-line comment is made in a header file using the format /*/ at the beginning and ending of the comment, UHT will fail to compile the project and will display the following errors: 1> C:/ ...

Duplicating a level duplicates any Child Actor components of Blueprint Actors in the original level

UE - Gameplay - Aug 6, 2015

Duplicating a level duplicates any Child Actor components of Blueprint Actors in the original level. Reproduced in 4.8.3 binary and Main (//depot/UE4/Promotable-CL-2635815) ...

Adding a StaticMeshComponent pointer to a derived StaticMeshComponent class has inconsistent behavior

UE - Gameplay - Components - Aug 6, 2015

Adding a UStaticMeshComponent pointer to a class derived from StaticMeshComponent allows for two meshes to be set by a single component. Setting two meshes inside a blueprint this way will only allo ...

Using HideCategories specifier does not hide custom categories

Tools - Aug 6, 2015

If a Component/ variable is given a custom category in code, using the HideCategories specifer inside the UCLASS macro does not hide the category. ...

Switcher widget causes a crash when dragging a widget out of it and on to the canvas panel

UE - Editor - UI Systems - Aug 6, 2015

If the user adds two widgets to a switcher and then tries to drag one out of it the editor will crash ...

Show 3D Widget for vector variable in a blueprint component does not correctly appear in blueprint viewport when implemented

UE - Gameplay - Blueprint - Aug 6, 2015

Setting a vector variable to editable and showing a 3D widget within a blueprint actor component does not show the 3d widget within a blueprint implementing the component. ...

Snapping Pivot to Vertices is Difficult using New Default Keyboard Shortcuts

Tools - Aug 6, 2015

A licensee requested this ticket be entered as a bug report. The pivot vertex snapping functionality has changed and no longer functions as it did in prior versions of the engine. Somewhere the key ...