Error during packaging if nativizing a blueprint that contains a TMap with TSubclassOf as a key

UE - Gameplay - Blueprint - Jun 28, 2018

Packaging with with a nativized blueprint that contains a TMap with a TSubclassOf pointer as a Key causes errors, causing the packaging attempt to fail. Regression?: No Compiling the code for the T ...

Instance's parameter value for Child BP is not reflected in cooking if parent is nativized

UE - Gameplay - Blueprint - Jul 31, 2018

If an instance of a child BP has a non-default value for its parameters, that value will be ignored in the cooking process if the parent BP is nativized but the child is not and the default value fr ...

Crash in Nativized Packaged Game When Overriding Server Event and Calling Parent

UE - Gameplay - Blueprint Runtime - Aug 15, 2017

A crash is occurring in a nativized packaged game when overriding a server event and calling the parent's implementation in a derived class. The crash doesn't seem to produce a detailed callstack. ...

Arrays of user-defined structs are not initialized properly in a nativized Blueprint class.

UE - Gameplay - Blueprint - Feb 28, 2018

New elements are not being initialized properly when setting up the default value for arrays of user-defined structures in nativized Blueprint C++ constructor code. ...

Using spaces in Event Dispatcher names cause Nativize Blueprints to fail to build

UE - Gameplay - Blueprint Runtime - Apr 21, 2016

project fails to build when event dispatchers have spaces in their name when using the nativize blueprint asset feature ...

Enumerators are not set correctly in packaged games if Nativize Blueprint Assets is set to true

UE - Gameplay - Blueprint Runtime - Mar 2, 2016

If an enum is called it will not return the correct value when Nativize Blueprint Assets is set to true in the project settings ...

Error during packaging if nativizing a blueprint that contains a TMap with a UserDefinedEnum as a key

UE - Gameplay - Blueprint - Jun 17, 2019

Certain Map container calls (e.g. Find, Add) will fail to compile at packaging time if a Blueprint class containing a Map variable with a user-defined enumeration as the key type is nativized. This ...

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

Actor components added natively can be set to null on derived blueprints during blueprint compilation

UE - Gameplay - Blueprint Compiler - May 7, 2021

A native default subobject can be nulled out during compilation of the owning class in derived Blueprints with circular dependencies.  ...

Crash on packaged game. 4.23 will not nativize a class that creates instanced properties inside itself

UE - Gameplay - Oct 1, 2019

Description from the user: up to 4.23 properties nativize normally if they are written in C++ with the Instanced specifier. The discerning difference is that that there was no Blueprint Class itsel ...