Assets containing TSet or TMaps fail to Nativize

UE - Gameplay - Blueprint Runtime - Dec 12, 2016

Multiple compile failures while attempting to nativize the QABP_Containers asset in QAGame. Errors:[2016.12.12-15.20.04:831][486]UATHelper: Packaging (Windows (64-bit)): xgConsole: QABP_Containers_ ...

Project fails to package with const BluperintFunctionLibrary function and Nativize Blueprints set

UE - Gameplay - Blueprint Runtime - Dec 8, 2016

If a blueprint function library has a function that is const, the project will fail to compile if Nativize blueprint is set to true. ...

Assertion in Linker.cpp when running .exe using Nativized BP

UE - Gameplay - Blueprint Runtime - Nov 9, 2016

When using the experimental nativized blueprint assets, .exe projects will crash with an assertion failure in the LinkerLoad.cpp Line 3900. This crash will only occur using nativized blueprint asse ...

Nativize Blueprint Assets causes build to fail if a function has an open input for a button reference

UE - Gameplay - Blueprint Runtime - Sep 8, 2016

Nativize Blueprint Assets causes a build to fail if a function has an open input for a button reference. The open reference appears to cause the project to fail to build when using Nativize Blueprin ...

Packaged project crashes when playing sound from blueprint library with enum input after nativizing blueprints

UE - Gameplay - Blueprint Runtime - Aug 23, 2016

Packaged project crashes when playing sound from blueprint library with enum input after nativizing blueprints. Frequency: 5/5 Notes If nativize blueprints is turned off, the packaged project wor ...

[CrashReport] UE4Editor_BlueprintNativeCodeGen!FBlueprintNativeCodeGenModule::GenerateSingleAsset() [blueprintnativecodegenmodule.cpp:391]

UE - Gameplay - Blueprint Runtime - Aug 22, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: bSuccess [Link R ...

Match3 Crashes on IOS and Android when Packaged using Nativized Blueprint Assets

UE - Gameplay - Blueprint Runtime - Aug 19, 2016

Match3 crashes shortly after being opened on both Android and IOS devices when the experimental blueprints option "Nativized Blueprint Assets" is enabled. Verified that the issue does not occur if ...

Nativized UMG assets not visible

UE - Gameplay - Blueprint Runtime - Aug 4, 2016

Widgets appear and function fine in regular PIE. This may be a result of recent changes to widgets in Dev-Editor. Will regress upon request. ...

Packaging with Nativize Blueprint Assets Causes Uninitialized Defaults

UE - Gameplay - Blueprint Runtime - Jul 28, 2016

If you use "Set Array Elem" on a vector array but leave "Item" at the default value of (0,0,0) then you'll end up using a temporary uninitialised vector instead of (0,0,0) when it's nativized. Work ...

Packaging will fail if the Nativize Blueprint Assets option is used in a project containing a third-party plugin

UE - Gameplay - Blueprint Runtime - Jul 15, 2016

If a third-party plugin is present in a project that is being packaged with the Nativize Blueprint Assets option turned on, the packaging process will fail because necessary header files in the plug ...