Ensure failure !bStaticCall nativizing blueprint calling blueprint function library function

UE - Gameplay - Blueprint Runtime - Jan 26, 2017

With exclusive nativization enabled and a blueprint calling a blueprint function library function a project fails to package due to an ensure failure !bStaticCall in BlueprintCompilerCppBackend.cpp. ...

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

[CrashReport] UE4Editor_Core!FArchive::SerializeCompressed() [archive.cpp:447]

UE - Foundation - Core - Nov 17, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Assertion failed: PackageFileTag.CompressedSize == PACKAGE_FILE_TAG_SWAPPED [L ...

BulkData Async loading remains in memory

UE - Foundation - Core - Oct 26, 2016

Gil's new loading path may already walk away from this issue. But here's some thing I tested locally if we want to fix this. A simple way to fix is to simply add BulkDataAsync.Deallocate(); ResetA ...

The Play button on the ForceFeedback effect icons is missing

UE - Editor - Content Pipeline - Content Browser - Jan 18, 2017

Play Icon on ForceFeedback effect is missing ...

Static mesh LODs other than LOD0 cannot be set to screen sizes greater than 1

Tools - Jan 26, 2017

Static mesh LODs other than LOD0 cannot be set to screen sizes greater than 1 From this AnswerHub thread: https://answers.unrealengine.com/questions/525398/hismc-bug-always-show-lowest-lod.html ...

CommitMapChange doesn't fully deal with sub-levels

UE - Gameplay - Jan 12, 2017

Per https://udn.unrealengine.com/questions/329206/crashes-when-streaming-levels-in-414.html When inspecting the code for this report, it has become clear that the streaming levels of the incoming m ...

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

Spinbox value decimal point is moved one place to the right when edited on Android

UE - Platform - Mobile - Jan 26, 2017

After the value of the Spinbox is edited and committing the edited value, the decimal point will move one place to the right. ...