Packaging a Project with Blueprint Nativization Requires Crash Reporter Client to be Build for Shipping

UE - Gameplay - Blueprint Runtime - Feb 16, 2017

Packaging a project in 4.15 from Github will fail if you don't have Crash Reporter Client built for Shipping. If no Nativization options are enabled, it packages fine, without having to build CRC. ...

Structs cause packaging to fail when Blueprint Nativization Method is set to "Inclusive"

UE - Gameplay - Blueprint - Apr 26, 2017

Structs cause packaging to fail when Blueprint Nativization Method is set to "Inclusive" Note: Appears to be a regression (worked in 4.15.1) Error example: UATHelper: Packaging (Windows (64-bit)) ...

Crash: Nativized AnimBP instances can assert on load in a cooked build with async loading enabled.

UE - Gameplay - Blueprint - May 9, 2019

This is a regression that was introduced alongside a memory optimization for Animation Blueprint assets. Suggested workarounds:Disable "Async Loading Thread Enabled" ORDisable Blueprint nativizati ...

Build failure after nativizing any child Blueprint class with function override (regression).

UE - Gameplay - Blueprint - Jun 7, 2018

Nativization regression in 4.20 preview 1. Cannot nativize overridden functions. Log Output:UATHelper: Packaging (Windows (64-bit)): D:/Projects/Unreal/NativizeMethod/Intermediate/Plugins/Nativized ...

Packaging fails if a Blueprint is set to be nativized but it is not included in a level

UE - Gameplay - Blueprint Runtime - Apr 6, 2017

Packaging a project will fail if a Blueprint is set to be nativized and that Blueprint is not included in a level. REGRESSION: Yes. The project packages successfully in 4.15. ...

Function output nodes containing an array will cause packaging to fail when nativizing blueprints

UE - Gameplay - Blueprint - Aug 14, 2017

If a blueprint contains a function with an array output and the project is being nativized, the package will fail with an error similar to "error C2679: binary '=': no operator found which takes a r ...

New 'UncookedOnly' modules can incorrectly be included as a build dependency after nativization of a Blueprint asset

UE - Gameplay - Blueprint - Dec 20, 2019

The new 'UncookedOnly' module type that was added in 4.24 is not visible to Blueprint nativization, and thus it does not know to exclude these module types from the generated Build.cs file when they ...

BP - Nativization will fail at cook time if a BP class and a User-Defined Structure reference each other.

UE - Gameplay - Blueprint - Apr 20, 2017

Note: This happens with "Exclusive" nativization mode as well. This occurs because the nativized UDS 'GetDefaultValue()' method is generated into a .h file rather than a .cpp file. This creates a c ...

Timelines in ActorBPs no longer function when packaged with Nativization

UE - Gameplay - Blueprint - Apr 9, 2019

Timelines in ActorBPs no longer work in projects packaged with BP nativization. Timelines in LevelBPs still work. Confirmed in 4.23 MAIN @ CL 5806859 ...

The Nativize Blueprint Assets option causes C++ collision components to ignore their extents set in a blueprint

UE - Gameplay - Blueprint Runtime - Jan 11, 2017

Using the Nativize Blueprint Assets option can cause the extents of a collision component defined in code and inherited by blueprints to use its default values in a packaged build instead of the ext ...