Description

After hot reloading a project, if the class a blueprint is based off of was edited, the blueprint is unable to be saved due to being referenced in Engine/Transient.

Project for Repro: [Link Removed]

Steps to Reproduce

1. Download the project linked in the description and unzip it.
2. Inside the project folder, right click the .uproject file and select "Generate Visual Studio project files".
3. Once that finishes, open the .sln that is generated and compile (ctrl+shift+b) the project.
4. Once the compilation ends, open the .uproject file.
5. Open the BP_Rocket blueprint (located in MyGame > Rocket) in the Blueprint Editor
6. Return the the Visual Studio project and locate the Rocket.h file (Games > MyProject4 > Source > MyProject4).
7. At the end of line 33, press enter and then add a variable declaration, such as:

 float test; 

8. Compile the project.
9. Once the project has compiled and hot reloaded, return to the editor and attempt to save the blueprint (BP_Rocket)
Result: An error message is given saying that the blueprint is unable to be saved
Expected: Blueprint should save without an issue

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

0
Login to Vote

Won't Fix
ComponentUE - Gameplay - Blueprint
Affects Versions4.8.34.9
CreatedSep 14, 2015
ResolvedAug 18, 2021
UpdatedAug 18, 2021