How to compile C++ code faster?

What is your computer specs?
Modifying the h file will require the files which including the h file to recompile, you can move some code which you are experimenting to cpp file.
You can expose some variable to blueprint, so you can modify the value withou recompile.

1 Like