Blueprints performance question

Even in a turn-based game you probably don’t want the frame-rate to stall once in a while but there is ways around that by hiding the stall with something static, precalculating or staggering the calculations so if you want to do everything in Blueprint you probably can get away with it depending on how demanding the game is.

2 Likes