Realtime Rendering in Viewport Toggle not Working as Expected

UE - LD & Modeling - Terrain - Landscape - Sep 12, 2016

When switching editor modes Realtime rendering will always switch back to enabled unless you are in "Place" mode. While in "Place" mode the editor will remember your setting for Realtime rendering i ...

Cancelling level save due to previous save crashes editor

UE - Foundation - Core - Sep 12, 2016

If a level has been saved as two different levels and a new save initiated, the editor will crash if the overwrite is cancelled. Frequency 3/3 Regression (Yes) issue (does not) occur in 4.12.5 ...

AI Move To Location zeros velocity each call, causing the AI Pawn to freeze if told to move again before reaching destination

UE - AI - Sep 12, 2016

AI Move To Location causes AI to lose velocity each time it is called, resulting in a freeze in movement on each call. Regression: Yes Worked: 4.12.5 (CL 3039270) Broken: 4.13.0 (CL 3106830) Funct ...

Crash in landscape editor with early Z pass

UE - LD & Modeling - Terrain - Landscape - Sep 12, 2016

The landscape editor crashes on the "paint" tab if "Early Z pass" and "Movables in early Z" are enabled in the project settings and the landscape material is either masked or uses pixel depth offset ...

Float Curve that is set as a local variable in an actor's function is garbage collected when in Standalone, causing a crash

UE - Gameplay - Blueprint - Sep 9, 2016

If a Curve Float local variable is created for a function, it will be garbage collected when garbage collection occurs. This causes the process to crash due to an null pointer error whenever it is r ...

Subtitles don't appear in matinee when scrubbing.

Tools - Sep 9, 2016

When verifying [Link Removed] (GitHub 2762 : Correct subtitle rendering when scrubbing) I found that subtitles will not render while scrubbing the matinee. [Link Removed] has since been closed, but ...

User defined struct array resets to defaults in blueprint after updating the struct

UE - Gameplay - Blueprint - Sep 9, 2016

If a blueprint contains an array of a User defined struct type, Adding a variable to the struct or changing the default values of the struct cause the associated blueprint to become dirty. Compilin ...

Pressing enter to confirm a function description instead enters a new line

UE - Gameplay - Blueprint - Sep 9, 2016

Using Enter to accept the description of a blueprint function causes the cursor to return to a new line instead of accepting the current input. Regression: Yes - Pressing enter in 4.12 would accept ...

Spawn decal at location's default rotation values change after splitting the rotation pin

UE - Gameplay - Blueprint - Sep 9, 2016

Spawn decal at location's default rotation values change after splitting the rotation pin. Splitting the rotation pin appears to swap the rotation values for x and y. ...

Entering nine or more digits into a numerical field will change the value upon confirmation

Tools - Sep 9, 2016

If a value with nine or more digits is entered into a numerical field the number the last few digits will be converted to another number upon accepting input. This happens in blueprints as well as ...