Hi,
Using UE5 from source I modified one line of code in a function inside UnrealMathUtility.h and that caused the entire engine to build again, is that normal ? I did a build not a rebuild.
Thank you.
Hi,
Using UE5 from source I modified one line of code in a function inside UnrealMathUtility.h and that caused the entire engine to build again, is that normal ? I did a build not a rebuild.
Thank you.
This is a special feature of the engine to force rebuild if you change one line of code in any source related file, this is an extra layer of security to make it stress modding the engine… I experienced this with all versions of the engine I used.
Interesting, thank you for answering.
glad to share the information )