PLEXUS GAME ASSET: All products 50% off

Ninja Factions

Faction, Attitude and Reputation management for AI and Players.

  • Supported Platforms
  • Supported Engine Versions
    5.0 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

The Ninja Factions plugin extends the AI Module's domain, introducing the concept of Factions, Memberships and Reputation.


It's designed to be simple enough so it's easy to get started, only requiring an Actor Component to be added to Faction Members and creating the Faction Data Assets with their accompanying Reputation Data Tables (optional).


The system uses the Asset Manager as its default Faction Database, but you can create your own Database, such as a "Backend Server" for example. The Attitude between Factions is also defined by a dedicated class type named Attitude Solvers, and you can decide to use the ones provided or, like the Database, create your own.


All these design choices were made to ensure the system is both very usable right away, but highly customizable and easily integrated with other systems.


This plugin was written in C++, but everything is available to Blueprints. The code is clean and well-documented, it has a thorough on-line documentation and you are welcome to join the Discord Server!



Please check the Features list, for more details!

Technical Details

  • Data-driven configuration for Factions, Attitudes and Reputation Tiers.
  • Faction Databases are extensible so you can use the default Asset Manager implementation, or create your own.
  • Attitude Resolution Strategies are extensible so you can use the provided ones (Simple Team Check and Reputation Tier Check). You can also create your own.
  • Default classes for the AI and Player Controllers that you can use, extend or simply use as a reference.
  • Built in C++ but can fully exposed and extensible in Blueprints.
  • Integrated with the Editor, including a Settings Page, Data Asset Contextual Creation and a new Faction Category for the Gameplay Debugger.
  • A detached design that makes it easier to extend and integrate with other systems.
  • Transparency and support, with clean and well-documented code, a thorough on-line manual, Discord Support and public Trello Roadmap.


Code Modules:

  • NinjaFactions (runtime)
  • NinjaFactionsEditor (editor)


Additional Details:

  • Number of Blueprints: 0
  • Number of C++ Classes: 25
  • Network Replicated: Yes
  • Supported Development Platforms: Windows, Mac, Linux
  • Supported Target Build Platforms: Windows, Mac, Linux