Crash in Packaged Game When Calling Interface Function with Blueprint Nativization Enabled

UE - Gameplay - Blueprint Runtime - Apr 14, 2017

A crash is occurring in a packaged project that is using blueprint nativization when an interface function is called. This crash does not appear to be producing a callstack in the Crash Reporter w ...

GetMonitorSizeFromEDID may fail to acquire the native resolution for ultrawide monitors

UE - Foundation - Dec 20, 2023

For some ultrawide monitors, UE may not correctly fetch the native resolution. GetMonitorSizeFromEDID attempts to retrieve native resolution from the Detailed Timing Descriptor of the EDID, but thes ...

Deprecated blueprints cause a build to fail if Nativize blueprints is true event when not being used

UE - Gameplay - Blueprint Runtime - Jan 27, 2017

Deprecated blueprints cause a build to fail if Nativize blueprints is true event when not being used ...

(Regression) Risk of PostLoad() assert crash in all cooked, nativized builds with async load thread enabled.

UE - Gameplay - Blueprint - Oct 25, 2018

This is a regression that was introduced by the fix for [Link Removed]. As a result, we can potentially hit an assert in a cooked, nativized build during async load of a non-nativized Blueprint CDO ...

Paper sprite causes package to fail when Blueprint Nativization Method is set to inclusive

UE - Gameplay - Blueprint Runtime - Jan 30, 2017

Paper sprite causes package to fail when Blueprint Nativization Method is set to inclusive ...

Does Container Match Tag Query Node doesn't find existing Gameplay Tags in Packaged Project with Nativized Blueprints

UE - Gameplay - Aug 26, 2019

When using the "Does Container Match Tag Query" node doesn't return true when a gameplay container member has the searched for gameplay tag in a blueprint that has been nativized. Packaging in Excl ...

Crash inside GetActualComponentTemplate() during Blueprint nativization.

UE - Gameplay - Blueprint - Nov 15, 2017

Report of a crash happening during Blueprint nativization with a specific project, appears to be related to an inherited component template. Unable to repro in a new project. Callstack is noted. ...

Compile error packaging QAGame with nativization on Mac

UE - Gameplay - Blueprint Runtime - Dec 13, 2016

QAGame is failing to compile with Blueprint Nativization turned on ...

BP - Exclusive nativization will fail at cook time if a BP class includes a ChildActorComponent with a Data-Only BP set as the ChildActor class.

UE - Gameplay - Blueprint - Apr 20, 2017

Note: This does not occur when the nativization mode is set to "Inclusive" in the Project settings. Current workaround: Ensure that the ChildActor class is NOT a data-only Blueprint, by adding scri ...

Disabling all AnimBP assets for nativization causes an EDL circular load check on QAGame launch for the QA-Animation map.

UE - Gameplay - Blueprint - Sep 6, 2017

Encountered while attempting to disable all AnimBP assets for nativization as a workaround for [Link Removed]. ...