Input disabled for all UMG when SetIsEnabled is called from code

UE - Editor - UI Systems - Mar 10, 2017

Calling SetIsEnabled on a UMG button in code will prevent any UMG input from being read (can't click other buttons/checkboxes, can't enter text into field, etc). Regression: No - code used does not ...

Crash right-clicking in anim blueprint asset picker

OLD - Anim - Mar 10, 2017

Editor crashes when right-clicking in the blank area of the anim blueprint asset picker ...

The Difference node no longer updates after the first call

UE - Gameplay - Blueprint - Mar 16, 2017

The Difference node no longer updates after the first call. It appears to save the values passed into it on it's first call Note Possible workaround: If a clear node is used on the difference node ...

Memory leak when repeatedly opening levels on Android

UE - Platform - Mobile - Mar 17, 2017

We tested on xiaomi 4c. ...

Editor Crash when adding element to TMap with FIntVector key

UE - Gameplay - Blueprint - Mar 21, 2017

Declaring a TMap with an FIntVector key (ex: TMap<FIntVector, int32>) will cause the editor to crash when adding an element to the map. ...

Crash When Pasting More Than 1024 Characters Into Component Name

UE - Gameplay - Blueprint - Mar 16, 2017

I think this issue is mostly caused by users accidentally pasting a lot of text from (for example)a blueprint node while renaming a component. All you have to do is have a BP node in your clipboard ...

Sequencer Render: Animation not updating for a moment on camera cut

UE - Anim - Sequencer - Mar 17, 2017

When rendering from sequencer to an image sequence, character animation stops for 2 frames after a camera cut. This hitch does not occur when playing the sequence in PIE I've attached some sample d ...

Crash occurs when a struct containing an instanced object property is used as the value for a TMap in a class that is subclassed in Blueprints

UE - Foundation - Core - Mar 23, 2017

Using a struct containing an instanced object property as the value for a TMap results in a crash if a Blueprint of the class containing the TMap is subclassed and the child Blueprint is opened the ...

Add option to instance the subsequences from the master sequence

UE - Anim - Sequencer - Mar 24, 2017

https://udn.unrealengine.com/questions/353493/creating-subsequence-from-the-master-sequence-sett.html Add option to instance the subsequences from the master sequence. For example, if you want to c ...

Crash when modifying BP custom event after deleting BP function

UE - Gameplay - Blueprint - Mar 24, 2017

If a BP function contains a Create Event node, deleting the function will cause the editor to crash when modifying any custom event of that BP. Regression: No - same behavior occurs in 4.14.3 Binar ...