Open SquarerFive opened 4 years ago
Have a node-based network where the array of objectives are shared across all AI and players. GetAllActorsOfClass is called every tick which is a big hit on performance. Move expensive tasks to C++.
Have a node-based network where the array of objectives are shared across all AI and players. GetAllActorsOfClass is called every tick which is a big hit on performance. Move expensive tasks to C++.