Casting to a child with a self reference can cause a crash

UE - Gameplay - Blueprint - Aug 13, 2015

Casting to the child of a blueprint using the self reference (as the parent) throws a warning. Then placing a self reference anywhere in the event graph of the child by it's self will cause a crash ...

[Linux] Setting fullscreen game resolution below set window resolution does not stretch the game across the window.

UE - Platform - Linux - Aug 13, 2015

If the resolution of the game is set to something lower than the screen resolution and then set to fullscreen the game will not stretch to fit the screen and portions will be left black. ...

Animation Preview not playing under certain conditions

OLD - Anim - Aug 13, 2015

Pausing the animation preview while in the Graph Tab of an Animation Blueprint will result in all animation previews being paused when you navigate to the Animation Tab. ...

Preview Meshes in Material Instances lose their association to material on close.

UE - Rendering Architecture - Materials - Aug 13, 2015

When you assign a Preview Mesh to a Material Instance, save and close the instance, on reopening instance, the Preview Mesh will not retain connection to the Instance and will revert back to its ass ...

Particles are not appearing from certain directions in mobile previewer/HTML5

UE - Platform - Mobile - Aug 13, 2015

Particle effects are not appearing on mobile previewer, Android, iOS or HTML5. ...

Mouse offset when switching resolution between windowed mode / fullscreen

UE - Editor - UI Systems - Aug 13, 2015

When switching between windowed and fullscreen modes during runtime the mouse position is reported incorrectly. Eg. A button with a hover over effect will play the effect when the mouse is near but ...

The "Convert Selected Components to Blueprint Class" causes assets to disappear if the assets had previously been converted to blueprints

UE - Gameplay - Blueprint - Aug 12, 2015

When using the "Convert Selected Components to Blueprint Class" feature on an object that has already been converted into a blueprint class the assets then disappear. ...

Using the "Convert Selected Components to Blueprint Class" feature on two blueprints will cause a crash

UE - Gameplay - Blueprint - Aug 12, 2015

When trying to make a prefab (using the Convert Selected Components to Blueprint Class method )out of existing blueprints the editor will crash. ...

Function from function libraries cannot be used within SaveGame objects

UE - Gameplay - Blueprint - Aug 12, 2015

Functions from function libraries cannot be used within save game objects ...