Crash after converting to 4.7.0 from 4.6.1

UE - Gameplay - Blueprint - Feb 26, 2015

User is crashing when opening project after converting to 4.7. [Link Removed] [Link Removed] LOG IS ATTACHED 4.6 project with updated plugin: [Link Removed] ...

Orthographic Camera view doesn't work with movable directional light shadows and partly with stationary shadows

UE - Graphics Features - Feb 26, 2015

See attached video for clear examples. When using the orthographic camera perspective with default light settings to stationary for directional light source. Other light sources work as intended. T ...

Changing Effects Quality with Console Command Resets Audio Playback of Packaged Game

UE - Graphics Features - Feb 26, 2015

When packaging a product for Windows (64) with an 'Event Begin Play' node executing a UI sound to play, and changing the Effects Quality within the console, restarts the audio playback for that soun ...

Opening the engine crashes: Assert failed: GConfig->GetInt

UE - Graphics Features - Feb 26, 2015

Assertion failed: GConfig->GetInt(TEXT("TextureStreaming"), TEXT("MinTextureResidentMipCount"), MinTextureResidentMipCount, GEngineIni) [Link Removed] [Line: 346] CrashReport: [Link Removed] This ...

Synced BB keys doesn't work

UE - AI - Feb 26, 2015

It seems there's a bug that in some circumstances AI's BlackboardComponent doesn't get registered for synced keys updates. After a short investigation it turns out that some code got stomped and BB ...

Tutorials Window appears after selecting "Don't Remind Me Again"

Docs - Feb 26, 2015

Tutorials window appears after selecting "Don't remind me again" when you right click the icon. See forum URL ...

Remote build fails if there is no development provision provided

UE - Platform - Mobile - Feb 26, 2015

When building for iOS on PC, if the remote mac only has a distribution provision and a distribution build is being created, then the build will fail to sign as we automatically sign the initial stub ...

Crash on Event Begin Play with UMG Widget and 2 or More Players

UE - Editor - UI Systems - Feb 25, 2015

A player with UMG widget created on BeginPlay works fine when hitting play with only 1 player, but if you set the number of player > 1 it will crash. User believes this is somewhere related with t ...

4.6.1 to 4.7 conversion crash "Assertion failed: Pin != nullptr ...K2Node_DynamicCast.cpp]"

UE - Gameplay - Blueprint - Feb 25, 2015

Several Users are experiencing crashes on importing a 4.6.1 project into 4.7.0 (Release) Here are the crash reporter links: [Link Removed] [Link Removed] [Link Removed] [Link Removed] [Link Removed ...

Setting a widget to hidden with an event construct node causes the widget to be permanently hidden

UE - Editor - UI Systems - Feb 25, 2015

If the user wants to toggle the visibility of a widget and sets it to hidden via the event construct node then the user will not be able to change that visibility state later on. ...