Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 571 Bytes

faq.md

File metadata and controls

15 lines (8 loc) · 571 Bytes

FAQ

Unreal editor is slow when it is not the active window

Go to Edit/Editor Preferences, select "All Settings" and type "CPU" in the sarch box. It should find the setting titled "Use Less CPU when in Background", and you want to uncheck this checkbox.

Drone doesn't fly properly, it just goes crazy

This can be a machine performance issue, check your hard drive performance.

How to get cmake to use GCC 6 without making GCC 6 my default

Add these to your cmake command line -D CMAKE_C_COMPILER=gcc-6 -D CMAKE_CXX_COMPILER=g++-6.