Speeding up Game Logic in Unreal Engine | Unreal Fest Online 2020

In large-scale multiplayer titles where there are a considerable number of actors and components that need to be updated, game logic can quickly become the bottleneck. This is especially true server side and on performance-limited platforms. In this session, Daniel Rätzer presents an approach to writing game code that increases data and instruction cache coherency, as well as allowing for automatic parallelization to maximize thread occupancy. Daniel talks about ECS in general, and how Funcom implemented a
Back to Top