LIVE: Static BlueprintCallable function crashes in standalone mode

UE - Gameplay - Blueprint - Oct 29, 2014

If the user creates a BlueprintCallable static function the editor will crash when playing in standalone mode. If the function is not static the node will have an additional pin and Blueprint will n ...

Crash when moving a sprite imported as part of a spritesheet to another folder if the sprite names had invalid characters

UE - Editor - Content Pipeline - Content Browser - Oct 28, 2014

Attempting to move any of the sprites created from this .json to another folder from within the Content Browser crashes the project. CRASHREPORT: 442758 ...

Editor Crashes when Console Command Executed in New Editor Window

Tools - Oct 28, 2014

Console commands executed in New Editor Window cause a hard crash on projects that use Allegorithmic plugin (ie. Substance Atlantis). ...

Editor crashes when attempting to open a new level from a level that has an external curve in a timeline within the level blueprint

UE - Gameplay - Blueprint - Oct 27, 2014

The editor crashes when a user imports a float curve into a timeline within the level blueprint then attempts to open another level. ...

Start up movies will only play for a second or two and then the level will load.

UE - Platform - Mobile - Oct 27, 2014

If you place a mp4 file into the startup movies section of the Project Settings, the movie will only play for a brief time before the level loads. If you play the play the level with the startup m ...

Rotating a button in UMG and moving it to the edge of the canvas causing incorrect clipping

UE - Editor - UI Systems - Oct 27, 2014

When rotating a button in the UMG blueprints and then moving through the edge of the canvas panel it causing the button to clip as though it was never rotated. Update: This also happens when placi ...

LIVE: Memory spikes when importing a json with a large amount of sprites

UE - Gameplay - Paper2D - Oct 24, 2014

While importing a json file with a large amount of sprites, memory usage spikes. The test asset uses a 2000x128 texture with 1024 elements. ...

LIVE: Multi Line Editable Text BOx in UMG does not wrap text to a new line

UE - Editor - UI Systems - Oct 24, 2014

When setting up a UMG HUD system, the Multi Line Editable Text box component will accept text, but all text entered is on a single line with a horizontal scroll bar rather than wrapping to a new lin ...

Math Expression nodes cause packaging to fail.

UE - Gameplay - Blueprint - Oct 24, 2014

When using a math expression node within a blueprint, the project will fail when packaging. ...

The Editor will crash on load if a class contains a CanvasRenderTarget2D that is set using CreateCanvasRenderTarget2D.

Tools - Oct 23, 2014

Adding a CanvasRenderTarget2D* UPROPERTY to a class and setting it using CreateCanvasRenderTarget2D will cause the Editor to crash on load. CRASHREPORT: [Link Removed] UDN: This was also reported ...