Line thickness is always one when using the "Draw Line" node

UE - Editor - UI Systems - Aug 3, 2015

When using the Draw line node the line thickness will not change. The value appears to always be equal to 1. ...

Comments on the final material input node are erased when opening material again

UE - Rendering Architecture - Materials - Aug 3, 2015

Comments on the final material input node will be erased when closing and reopening the material. ...

Skeletal mesh with SetTickableWhenPaused causes crash on pause

UE - Gameplay - Jul 31, 2015

If a skeletal mesh component is has SetTickableWhenPaused set to true then the editor will crash when the game is paused. This happens when set in blueprint or code. ...

BP structures added as local variables do not retain default values

UE - Gameplay - Blueprint - Jul 31, 2015

Adding a BP structure as a local variable to a function in a UMG widget graph will display the correct default values in the editor, but zero out to per-element defaults at run time. Update: Other ...

Pressing "+" element in landscape grass type asset crashes editor

UE - LD & Modeling - Terrain - Landscape - Jul 31, 2015

Creating a landscape grass type and then pressing the + to add an element crashes the editor. Frequency: 2/2 Crashreporter: not currently available ...

Client PlayerState is null on joining online session

UE - Networking - Jul 31, 2015

APlayerController::ClientStartOnlineSession() checks PlayerState at the start of a game after loading a level. Due to time needed to load in, client player state may may return NULL ...

Zooming with mouse wheel causes camera to jerk if zooming while the camera sets in a function

UE - Gameplay - Blueprint - Jul 31, 2015

If a collapsed or new function is opened and the mouse wheel scrolled to zoom the viewport camera in or out while setting in the new function, it will continuously jerk back to the original position ...

Changes to code during a compile are not registered if compile is canceled/restarted

UE - Foundation - Cpp Tools - UnrealBuildTool - Jul 31, 2015

While the editor is compiling a hot reload, if project code is changed and the compile is canceled, code changes are not reflected upon next editor compile. ...

Typing Lerp into context menu of material editor does not bring up Linear Interpolate node

UE - Rendering Architecture - Materials - Jul 31, 2015

If "lerp" is typed into the context menuof the material editor, "linear interpolate" will not appear as one of the options within the menu. Typing "Linear Interpolate" or pressing L+LMB works as exp ...

Crash upon opening a level that is parented to a Custom Level Script

UE - Gameplay - Blueprint - Jul 30, 2015

The attached project will crash whenever attempting to load the default map which is parented to a custom level script made by the user. Note: This issue doesn't occur for all maps in the project. ...