Crash occurs when entering r.GbufferFormat 3 and running the Pixel Inspector Tool

UE - Graphics Features - Jun 13, 2017

A crash occurs when attempting to run the Pixel Inspector tool after entering 'r.GbufferFormat 3' What this does is defines the memory layout used for the GBuffer. (affects performance, mostly thro ...

Checkboxes appearing with hidden EditCondition variables

Tools - Jun 12, 2017

When a public uproperty variable has the meta specifier EditCondition set to respond to a private boolean, a checkbox appears next to the public variable in blueprints. While the checkbox accurately ...

Inconsistent mouse behavior in PIE vs Standalone

UE - Editor - UI Systems - Slate - Jun 9, 2017

Mouse is less responsive in standalone than in PIE. Ex: When reading the mouse position, the position isn't updated as often as when in PIE. ...

Allow Window Resize has no effect on Linux

UE - Platform - Linux - Jun 8, 2017

Checking the option for Allow Window Resize in Project Settings allows a the borders of a standalone window to be grabbed and used to resize the window. This does not behave the same on Linux and t ...

Uassets names retain their original case even if changed

Tools - Jun 8, 2017

When a uasset is renamed it does not appear to take into account case changes. If the asset is renamed in the editor to the same name with different casing, the asset as seen in the file directory w ...

GameMode blueprint is not updated/compiled when settings are changed through Project Settings

UE - Gameplay - Blueprint - Jun 7, 2017

When using Project Settings->Maps & Modes->Default Modes to set GameMode defaults, the values will appear to change in the associated blueprint but these changes do not go into effect until the blue ...

Editor crashes on blueprint open when shortcut key is implemented through code

UE - Gameplay - Jun 7, 2017

Editor crashes on blueprint open when shortcut key is implemented through code inside of the BaseEditorPerProjectUserSettings.ini. Code used in repro is directly from Jeff W suggestion in the forum ...

Thumbstick clicks do not register on Linux

UE - Platform - Linux - Jun 6, 2017

The "Left Thumbstick Button" and "Right Thumbstick Button" events on Linux do not trigger with the thumbstick is clicked. Testing all gamepad input, clicking the thumbstick in appears to call the L ...

Merged static mesh doesn't maintain scale if created using the AddStaticMeshComponent node

OLD - Anim - Jun 2, 2017

Merged static mesh doesn't maintain scale if created using the AddStaticMeshComponent node. User Description: The second thing: My workaround for that is to create a tiny triangle mesh with simple ...

Engine crash from opening level bounds blueprint after project reopens

UE - Gameplay - Blueprint - Jun 2, 2017

There is a crash that is occurring when a blueprint with the parent of "Level Bounds". The crash occurs when the project is closed and reopened. Opening the blueprint immediately after it was create ...