Nativeize assets fails with Set/Map variable for character

UE - Gameplay - Blueprint - Mar 7, 2017

Nativeize assets fail with the new variable types introduced in 4.15. This issues also occurred when tested using the third person character template Build fails with: FirstPersonCharacter__pf205 ...

Project cant package with Nativize on and Widgets as value in TMap

UE - Gameplay - Blueprint - Jun 15, 2017

When packaging with nativization if you have a widget as a value in a TMap, the package will not finish building. The TMap will throw an error during the Package process that reads: UnrealBuildToo ...

Packaging fails if "Config Variable" is true and Nativization Method is Inclusive

UE - Gameplay - Blueprint - Feb 17, 2017

If a blueprint has a variable of type Object with the Config Variable checkbox set to true, and "Blueprint Nativization Method" is set to Inclusive, the project will fail to package ...

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

Shared Material Native Libraries causes packaging for Android to fail

UE - Platform - Mobile - Aug 31, 2017

Packaging for Android with Shared Material Native Libraries (and Share Material Shader Code as it is required to enable the other setting) results in failure from AutomationTool. Logs attached Reg ...

Packaged project fails to open with instanced object pointer and blueprint nativization

UE - Gameplay - Nov 13, 2017

When a class contains an instanced pointer to an object class, nativizing a blueprint with the object property set causes a packaged version of the project to fail to open. ...

Native Gameplay Tag Dev Comments are not included in GameplayTagWidget tooltips

UE - Gameplay - Nov 12, 2021

Native Gameplay Tag dev comments don't show up in tag tooltips.  ...

Packaging Project with Nativize Blueprint Assets Prevents Overlap Events from Firing

UE - Gameplay - Blueprint Runtime - Mar 31, 2016

Currently, I have been unable to reproduce this issue outside of the user's project that is provided in the repro steps. Packaging a game that has the experimental feature Nativize Blueprint Assets ...

Nativized widget with String table data crashes packaged game

UE - Gameplay - Blueprint - Jun 1, 2017

There is a crash that is occurring for packaged games that use the string tables and nativized blueprints. This issue only affects a packaged build of the game. Testing for this issue did not yield ...

Nativized BP Struct dependency can lead to a fatal loader stall

UE - Gameplay - Blueprint Runtime - Mar 7, 2018

Report of a chain of dependencies that can lead to a fatal loader stall in a nativized build:Thing -> BPStruct2BPStruct1 -> BPStruct2 The necessary order of operations is:BPStruct1 loadsBPStruct2 l ...