The UHT boilerplate code that's generated from a converted Blueprint class header file generated from a Blueprint class containing one or more function names with non-ASCII characters will fail to c ...
This is caused by the same thing that causes this: https://jira.it.epicgames.net/browse/UE-58390 FBlueprintEditorUtils::PromoteGraphFromInterfaceOverride is the cause of this behavior ...
Open a level that contains instanced meshes will crash the editor. Per the users description, the level must have had lighting built and then another level loaded or the editor restarted. Once the ...
Open a level that contains instanced meshes will crash the editor. Per the users description, the level must have had lighting built and then another level loaded or the editor restarted. Once the ...
Part of the changes for 5.2 required UAnimCompositeBase::GetSamplingFrameRate to be changed to return a very high framerate. This has the unintended consequence of effectively making the functional ...
If a blueprint contains a function with an array output and the project is being nativized, the package will fail with an error similar to "error C2679: binary '=': no operator found which takes a r ...
Directional light does not cast dynamic shadows after origin rebasing using world composition. There is an attached project that reproduces this. To see that the shadows load primarily where the l ...
Licensee reported that when updating from 4.16.1 to 4.17.2 the value of a function input Boolean is being reset. It is checked as True in 4.16, but when switching to 4.17, it is no longer checked. ( ...
Adding a variable to a Struct used with SpawnActor breaks functionality without warning. Workaround: Clear Class from SpawnActor and reassign same class User Cites Blueprint Compile manager as fau ...