When using object lit by the Indirect Lighting Cache sometimes the cache will not load correctly for movable objects when a level is streamed that contains a landscape

UE - LD & Modeling - Terrain - Landscape - Jun 26, 2015

When setting up a scene with a persistent level and any sublevel that contains a landscape that is loaded via load stream level node in the level BP can cause the ILC to not be correctly assigned fo ...

Regression of CanJump Function not being accessible in blueprints in 4.8

UE - Gameplay - Jun 26, 2015

When trying to override the CanJump function of a character blueprint, the function does not show up in the MyBlueprint panel's function section. Hovering over the Function bar shows the "Override" ...

Renaming the function for a bound event will cause the event to stop working

UE - Editor - UI Systems - Jun 26, 2015

A user found that when renaming a binding for a mouse down event for a border widget that the event would no longer fire off. They only worked as long as the default name was used. ...

Landscape with 3 layers has corrupt texture coordinates when running on iOS/Metal

UE - LD & Modeling - Terrain - Landscape - Jun 26, 2015

Landscape with 3 layers renders with corrupted texture coordinates for one of the layers when running on iOS/Metal. Disabling the LANDSCAPE_BUG_WORKAROUND shader file fix causes the problem to occu ...

Copy, Paste and Hover a Material Layer Blend Node causes Crash

Tools - Jun 25, 2015

In the Material Editor, if all Live Previews are turned off, copying and pasting a Material Layer Blend Node will crash when the tool tip is being processed. Also Reproduced in Main Promotable-CL-2 ...

Font Differences

UE - Editor - UI Systems - Slate - Jun 25, 2015

There are some rather large differences between Freetype and Photoshop's rendering of the Fira font. You need to set your image in Photoshop to be 96 DPI. The newer version of Freetype appears to ...

Crash on Check Always Create Physics State on Simulated Skeletal Mesh

UE - Gameplay - Components - Jun 25, 2015

When you place a Skeletal Mesh using a Simulated Physics Asset into a Blueprint, check Always create a Physics State and Save BP, crash. [Link Removed] Also reproduced in Main Promotable-CL-259954 ...

This user's project crashes when instanced levels and the player pawn are unloaded and destroyed

UE - Gameplay - Jun 25, 2015

This user's project crashes when instanced levels and the player pawn are unloaded and destroyed. This occurs in the ProjectLevelGameMode Blueprint, in the Touched Finish Point commented area. This ...

Comments with line wrap cannot be edited within the Blueprint Editor

UE - Gameplay - Blueprint - Jun 25, 2015

Any comment over the allowed number of letters in a line cannot be seen therefore, cannot be edited. ...

Ignoring pawn collision makes it ignore mesh

UE - Gameplay - Jun 25, 2015

When ignoring the pawn capsule on a character, yet having collision on the mesh, you still fall through the world because it ignores the mesh collision settings. From User: It seems to be infuriati ...