WiseFeline a high performance utility AI package for UE5 is released on the Marketplace

We’ve released version 1.1 and 1.2 and they contain these main features and multiple bug fixes.

  • Action priorities: Actions with higher priority and lower score take priority over those with higher score but lower priority. This can be used for grouping actions based on their importance
  • Multiple action selection algorithms to choose the one with the highest score, a random one from the top N or a random one in the top N considering priority
  • Score delta for changing actions mid-execution so an action will not stop for another one unless the score difference is higher than the specified value.
  • Turn based game friendly function to stop automatic score recalculations and only do it when you call the Think method
  • The action for a consideration is now passed to it so it can return a different score based on the action it is being evaluated for.

For more details see the release notes.