Tag: Algorithms
-
Custom Clustering Algorithm Defining Deadly Areas For NPC in Unreal Engine Game
In this post I will demonstrate my custom implementation of a clustering algorithm in Unreal Engine C++. I used this clustering in my game to determine the deadly areas for NPC to enhance its AI so that NPC could avoid or consider these areas in some other way (e.g. proactively attack the area in a…