Hacker News new | ask | show | jobs
by FartyMcFarter 2124 days ago
Both engines support platforms where Visual Studio is not available, right?
1 comments

Unreal uses the native compiler for the target platform. Windows this is msvc. Modern consoles are all clang forks. Linux is the only exception where I think they depend on clang not gcc.
nitpick: Maybe Xbox One is built by MSVC?