Learning button automatically opens tutorials when selecting disable

Docs - Feb 27, 2015

When you first open UE4, the learning center that's highlighted in green pops open a documentation page once you right-click to disable the notifications from this section. ...

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

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

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

mesh emitter rotations broken

UE - Graphics Features - Feb 26, 2015

I ran into this in the GDC VR demo in a 4.6 build and it made life pretty difficult. I expect it still exists in main, I can provide necessary FX files in QA game if needed. ...

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

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

Blueprint Interfaces cannot pass by reference between two blueprints

UE - Gameplay - Blueprint - Feb 25, 2015

Pass by reference variables do not work when called from a blueprint interface between two blueprints. Workaround: Use direct communication to pass by reference between two blueprints. ...