SimpleParallel BT composite doesn't work when no background task is present

UE - AI - Feb 27, 2015

Obviously this is not an encouraged SimpleParallel's use case, but it should not be broken (unless we spit out a big error message). Needs investigation. ...

TArray<UClass*> in UFunctions are not handled correctly in generated code

UE - Foundation - Core - Feb 27, 2015

Reported on AnswerHub, but confirmed locally. Generated code converts the TArray<UClass*> into a TArray<TSubclassOf<UObject>>, which doesn't compile because TArrays are not compatible in that way. ...

Crash in FLandscapeComponentSceneProxy::GetStaticBatchElementVisibility with tiny component size

UE - LD & Modeling - Terrain - Landscape - Feb 27, 2015

Loading a level with a landscape with a 7x7 component size and 2x2 subsections can crash when texture streaming is enabled ...

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 ...