Implemented Interfaces are not added to nativization list

UE - Gameplay - Blueprint Runtime - Jan 25, 2017

Implemented interfaces are not added to the list of assets to nativize when the blueprint class that implements them is flagged for nativization, saved, and compiled. This results in a package failu ...

Parent blueprint not added to nativization array if only child saved

UE - Gameplay - Blueprint Runtime - Jan 25, 2017

Currently parent blueprints are added to the list of blueprints to nativize if their children are flagged to be nativized only if they are also individually saved. Ideally, we'd update the list of ...

Data only blueprints are not not nativized when flagged to do so

UE - Gameplay - Blueprint Runtime - Jan 25, 2017

Data only blueprints that are explicitly flagged for nativization do not nativize. (Makes sense that they don't when they're not explicitly told, but if someone goes out of the way to flag them to, ...

Scene capture produces black texture on encoding devices with mobileHDR == false

UE - Platform - Mobile - Jan 24, 2017

Scene captures are broken on encoding devices when mobile HDR is off. ...

Sequencer does not refresh on creating a new camera if Default Property Tracks is empty

UE - Anim - Sequencer - Jan 24, 2017

If CineCameraActor's Default Property Tracks setting is empty, doing add camera in sequencer does not update the content of Sequencer. One needs to close then reopen Sequencer to see the added Camer ...

LogApexClothingUtils Warning when opening QAGame

Docs - Samples - Jan 23, 2017

A log warning occurs when opening the QA-Promotion map from the QAGame project. Warning: LogApexClothingUtils:Warning: Building adjacency information for a clothing section in skeletal mesh '/Game/ ...

Child Actor does not get BeginPlay if SetClass used inside Parent's BeginPlay

UE - Gameplay - Jan 20, 2017

Per https://udn.unrealengine.com/questions/332025/childactorcomponents-spawned-actor-doesnt-get-begi.html If SetClass is used to set up a ChildActor as part of BeginPlay, that ChildActor does not g ...

Rare crash occurs in CoreAudio in Vehicle Game on Mac when quitting.

UE - Platform - Apple - Jan 20, 2017

This is a very rare crash that I encountered in Vehicle Game and so far have not been able to reproduce, however checking the crash history it has been seen before in the wild. This issue may be re ...

Crash trying to import facial animations

OLD - Anim - Jan 20, 2017

Crash occurs when attempting import Facial Animations in the Facial Animation Import Tool. ...

'Wait for Movies to Complete' flag is Reversed in Packaged and Standalone Game

Tools - Jan 20, 2017

The 'Wait for Movies to Complete' flag has had its behavior reversed. Previously when you had the flag set to true, it would wait for any intro movies to complete before loading the level. Now it se ...