Question
How does the 'Compile' button in the Unreal Editor relate to fatal errors?
Asked by: USER1259
74 Viewed
74 Answers
Answer (74)
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.