What is safe against hackers? BP or C++?

You should use an existing anti cheat service to hook into your game process. Some MMORPGs are known for this and for example the recent Elden Ring. Anti Cheat is not a guarantee no one will attempt to hack you, your server or your game process, it’s just a tool. You should always implement server side validation for game code if you have an online game and additionally the security that is required for one.

3 Likes