#if UE4_DO_ROOT_PRIVILEGE_CHECK // This function gets executed very early, way before main() (because global constructors will allocate memory). // This makes it ideal, if unobvious, place for a root privilege check. //@CYX 允许root用户权限开启 //if (geteuid() == 0) //{ //fprint...