Crash trying to manipulate CineCam Focus Distance on the fly in a cooked game

UE - Gameplay - Blueprint Runtime - Feb 27, 2017

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 Blueprint Nativization Fails When a Struct and Interface Reference Each Other

UE - Gameplay - Blueprint Runtime - Feb 24, 2017

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 With Nativize Blueprints Enabled Disabling AI Perception

UE - Gameplay - Blueprint Runtime - Feb 24, 2017

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

Packaging a Project with Blueprint Nativization Requires Crash Reporter Client to be Build for Shipping

UE - Gameplay - Blueprint Runtime - Feb 16, 2017

Packaging a project in 4.15 from Github will fail if you don't have Crash Reporter Client built for Shipping. If no Nativization options are enabled, it packages fine, without having to build CRC. ...

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

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

Ensure failure !bStaticCall nativizing blueprint calling blueprint function library function

UE - Gameplay - Blueprint Runtime - Jan 26, 2017

With exclusive nativization enabled and a blueprint calling a blueprint function library function a project fails to package due to an ensure failure !bStaticCall in BlueprintCompilerCppBackend.cpp. ...

Implemented Interfaces are not added to nativization list

UE - Gameplay - Blueprint Runtime - Jan 25, 2017

Implemented interfaces are not added to the list of assets to nativize when the blueprint class that implements them is flagged for nativization, saved, and compiled. This results in a package failu ...

Parent blueprint not added to nativization array if only child saved

UE - Gameplay - Blueprint Runtime - Jan 25, 2017

Currently parent blueprints are added to the list of blueprints to nativize if their children are flagged to be nativized only if they are also individually saved. Ideally, we'd update the list of ...

Data only blueprints are not not nativized when flagged to do so

UE - Gameplay - Blueprint Runtime - Jan 25, 2017

Data only blueprints that are explicitly flagged for nativization do not nativize. (Makes sense that they don't when they're not explicitly told, but if someone goes out of the way to flag them to, ...