Editor Crashes After Building Lighting with Blueprint Set to Native Parent Class: Light

UE - Graphics Features - Oct 26, 2017

Whenever a Blueprint set to Native Parent Class: Light is placed into a level, Editor crashes after building lighting. The Blueprint does not need to contain an actual light component to crash the e ...

Nativizing actor does not destroy component with construction script.

UE - Gameplay - Blueprint Compiler - Nov 19, 2018

Running destroy component with construction script placed on level blueprint does not destroy component when it is nativized. It works correctly with PIE and Not Nativize. Also, if the actor that wa ...

Warnings (TEnumAsByte is not intended for use with enum) when packaging with Blueprint Nativization method set to Inclusive

UE - Gameplay - Blueprint Compiler - Feb 16, 2017

User gets the warning below after trying to package a new VR template if Blueprint Nativization is set to "Inclusive" Warning: "THelper: Packaging (Windows (64-bit)): xgConsole: c:\program files (x ...

BP nativization can generate an invalid path including "__TEMP_BP__"

UE - Gameplay - Blueprint Compiler - Aug 27, 2018

The licensee sent us a BP that can't be nativized correctly on UDN. The nativized BP has wrong paths and causes a crash. ...

Crash in a packaged project when loading into a level after a nativized Anim BP grabs a PoseSnapshot using a FName

OLD - Anim - Oct 25, 2019

In packaged projects will crash when an animation blueprint that is nativized loads into a new level. The anim blueprint needs to use the PoseSnapshot node with a FName variable passed before loadin ...

Collision does not appear to work in a packaged game after nativizing child assets

UE - Gameplay - Blueprint - Apr 25, 2017

Collision does not appear to work in a packaged game after nativizing child assets. Collision appears to change in a package project after setting Nativize assets to Inclusive. ...

Full Screen Native Resolution not supported on new iPad Pro 11-inch and iPad Pro 12.9 inch (3rd generation)

UE - Platform - Mobile - Nov 16, 2018

A licensee has reported that Full Screen native resolution does not work properly on the iPad Pro 11-inch and on the iPad Pro 12.9-inch (3rd generation). Black borders are used around the screen ins ...

Child blueprint classes do not inherit "ClassGroup" from their native parents

UE - Gameplay - Blueprint Editor - Jun 7, 2021

When creating a blueprint component based off of a custom native class that utilizes the ClassGroup metadata  ...

Returning the base class type by literal value in a base class function will return a different value in a child class when it's nativized.

UE - Gameplay - Blueprint - Apr 27, 2020

If a base class function returns its own class as a literal value, the nativization process will emit the literal term as "GetClass()" rather than as the actual value (e.g. UBPBase::StaticClass()). ...

Nativized blueprint does not support reading values from TRange structs

UE - Gameplay - Blueprint - May 10, 2021

Compile errors will occur during packaging with Blueprint nativization enabled if e.g. "Get" nodes are placed in a Blueprint on FFloatRange struct types (or any other explicit TRange derivative) and ...