ue4 int to enum c++ code example Example: ue4 int to enum c++ int i = 1; ECarType CarType = static_cast<ECarType>(i);