No known steps to reproduce There is a UEMP bug entered but wanted to make one UE side for visibility: UEMP-8 ...
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. ...
When cooking QAGame (QA-Blueprints map) an assert is triggered during the cook step. So far I have reproduced this for: Win64 and PS4. ...
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 ...
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. ...
I turned off BP Compiler Manager and the package was able to complete. According to the log, BPInterface_Button is the asset that is failing the package This is a regression from before BP Compil ...
Packaging failure occurs with nativize blueprints enabled when you have an array of classes and you try to set it with an array from an instance of a native C++ class. Found in 4.15.1. Reproduced i ...
Crash trying to manipulate CineCam Focus Distance on the fly in a cooked game. The reason this is happening is that the Focus Distance is being manipulated on tick. See the attached screenshot. C ...
Packaging with nativization enabled will fail when a struct and interface reference each other. Error Message: LogCompile:Error: Circular dependency detected for filename C:\Users\Sean's\Downloads ...
Packaging a game with nativize blueprints enabled is preventing AI Perception from working. This has also been tested in a clean project where the AI Character would no longer be triggering its OnPe ...