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

Saving renamed assets by using "Choose Files to Save" retains original asset name in save menu

Tools - Jul 30, 2015

Saving an asset that has recently been renamed using the "Choose files to save" save method will retain the original name of the asset within the save menu. ...

Previewing Notification on Material Nodes never leaves when Previewing stops

UE - Rendering Architecture - Materials - Jul 30, 2015

When you preview a node in the material editor, the Previewing text inconsistently appears on node and when previewing stops does not disappear. The Blue and Green Color change appears to work as e ...

Child blueprint loses categories after parent is compiled and PIE

UE - Gameplay - Blueprint - Jul 30, 2015

If a parent blueprint is compiled and then play in editor is utilized. The child blueprint will lose categories in it's my detail's pane until recompiled. Note: Licensee reports that variables res ...

Camera Shake Oscillation Duration no longer accepts -1 as indefinite

UE - Gameplay - Jul 30, 2015

The Camera Shake Class no longer allows for indefinite shaking via setting a negative value in the Oscillation duration, per the tooltip instructions. This happens when using either the Play World ...

Typo in FBX Import Options: Skeleton Tooltip

UE - Editor - Content Pipeline - Import and Export - Jul 30, 2015

There's a small typo in the "skeleton" tooltip in the editor's fbx importer. It says "and animation" when it should say "an animation" (see attached screenshot). ...

Post Processing Does Not Account For Screen-Percentage Quantization

UE - Graphics Features - Jul 30, 2015

When changing r.ScreenPercentage the final value used for buffer generation is clamped to the nearest 4 pixels to aid in post processing and other steps. During post processing the same calculation ...

A text block in the designer tab does not reflect the text within a variable that is used in a binding

UE - Editor - UI Systems - Jul 30, 2015

When using a text variable as a binding for a text block, the text does not reflect the default value that is assigned to the variable that the text block in bound to. This can make it more difficul ...