Here's a sample blueprint [Image Removed] The lack of implementation FCustomThunkTemplates::SetMapPropertyByName causes this error.#include "Kismet/BlueprintMapLibrary.h"// The fix needs this head ...
The one time it did not instantly crash after pressing the Launch button, I had to Kill -9 <PID> UE4Editor because it was using 129% of my CPU for 50 minutes. ...
Renaming a function category from a Interface class which a class inherits from causes crash. ...
Use attached project to skip c++ steps. Follow from step 6. Update: It appears that the same symptoms occur if you simply change the name of an existing subobject, without changing the property/f ...
FPropertyBase constructor does not handle a TMap/TSet property. Following workaround can avoid this error. explicit FPropertyBase(FProperty* Property) : PropertyExportFlags(PROPEXPORT_Public) ...
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 ...
Looks like maybe the PropertyView stuff doesn't like it when the subobject name matches the parent's object property name? In this case the CDO is the object that will be selected to the PropertyVie ...
Changing and compiling a custom struct in C++ will break behavior of Make/Break Struct nodes in blueprints if the blueprint is saved after the compile. Regression: No - blueprint fails to save afte ...
[Image Removed] When the BP editor is opened, hot-reload compile will wrongly serialize a HORRELOAD_XXX object into the BP class and package which can not be found when Editor is opened again after ...