Editor Crashes on Opening After Deriving C++ Class from Another Class

UE - Foundation - Cpp Tools - Hot Reload - Sep 13, 2017

After deriving a C++ class from another class and then closing the editor, the project will crash when reopened. This crash will continue until the project files are regenerated and the project is r ...

Hot reload fails in 4.16 projects that were upgraded from 4.15.

UE - Foundation - Cpp Tools - Hot Reload - May 16, 2017

This issue appears to be a continuation of [Link Removed]. Hot reloads work successfully in projects that were created in 4.15 or 4.16 and are still using the same Engine version that they were crea ...

Crash when hot reloading after adding HISM Component class

UE - Foundation - Cpp Tools - Hot Reload - May 15, 2017

After adding a class based on "Hierarchical Instanced Static Mesh Component", any attempt to hot reload, from Visual Studio or within the editor, causes the editor to crash. Regression: No - crash ...

Make/Break Struct node breaks for native structs after modifying the structure in a hot reload

UE - Foundation - Cpp Tools - Hot Reload - Apr 10, 2017

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

FBlueprintCompileReinstancer::ReplaceInstancesOfClass_Inner() can fail to resolve reinstanced archetypes.

UE - Foundation - Cpp Tools - Hot Reload - Mar 8, 2017

From UDN. This is a hotreload bug - even though it uses FBlueprintCompileReinstancer. ...

Hot reload reported as failed in Visual Studio for projects opened in the Editor after having hot reloads performed successfully previously

UE - Foundation - Cpp Tools - Hot Reload - Feb 21, 2017

If a project is opened in the Editor after previously having a hot reload performed, any subsequent hot reloads started from Visual Studio will result in the build being reported as failed in Visual ...

Compiling a project while any editor process is open triggers a hot reload

UE - Foundation - Cpp Tools - Hot Reload - Jan 20, 2017

If you attempt to compile a project while an editor process is running, even if it is of another project entirely, it will hot reload the project instead of doing a normal compile. This can create i ...

CDO is not properly updated on Hot Reload causing "ghost" code.

UE - Foundation - Cpp Tools - Hot Reload - Jan 10, 2017

When a hot reload is preformed, the CDO is not properly cleared. This causes a copy of the class to be generated with both the original and copy triggering calls. Workaround: Preforming an additio ...

[CrashReport] UE4Editor_CoreUObject!UObjectPropertyBase::Identical() [propertybaseobject.cpp:60]

UE - Foundation - Cpp Tools - Hot Reload - Nov 17, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Access violation - code c0000005 (first/second chance not available) Source C ...

Static code functions cause associated blueprints to not compile after a hot reload

UE - Foundation - Cpp Tools - Hot Reload - Oct 14, 2016

If a function inside a BlueprintFunctionLibrary class is declared as static, instances of the function node inside blueprints cause the blueprint to not save after a hot reload. This does not affec ...