How does the 'Compile' button in the Unreal Editor relate to fatal errors?

Question

Grade: Education Subject: Support
How does the 'Compile' button in the Unreal Editor relate to fatal errors?
Asked by:
74 Viewed 74 Answers

Answer (74)

Best Answer
(256)
Pressing the 'Compile' button in the Unreal Editor forces a recompilation of your project. If the error is due to a compilation issue (e.g., a syntax error), recompiling might resolve it. However, if the error is a runtime error, recompiling won't fix it.