AI Optimizer

Grzegorz Szewczyk - Code Plugins - Jun 17, 2021

Plugin that will help you to quickly setup spawners for your Actors and easily optimize them. Usable for both smaller and larger worlds.

  • Supported Platforms
  • Supported Engine Versions
    4.26 - 4.27, 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.

Plugin that will help you to quickly setup spawners for your Actors and easily optimize them.

Usable for both smaller and larger worlds.

Designed mainly to optimize AI Agents, but can be used with any other Actor.

Preview Video

Implementation Video

Documentation

Example Project

Souls-Like Spawners Tutorial

Updates

Discord

Technical Details

Features:

  • Includes 2 components for Invoker ( player ) & Subject ( AI ) with configuration settings and System that does all the calculations
  • Includes customizable ActorsSpawner implemented in Blueprints which allows to quickly setup AI Camps
  • Customizable optimization layers based on radius to Invoker ( player )
  • Customizable optimization based on sight cone of Invoker ( player )
  • Optional automated spawn/despawn of Subjects ( AI )
  • Optional queued spawn/despawn of Subjects to not cause any hitches
  • Thousands of AI Agents with stable FPS
  • Includes Debug Mode
  • Doesn't require knowledge of C++ to use
  • All required logic is exposed to Blueprints
  • Easy to implement in your game
  • Supports Multiplayer

Code Modules:

  •  AIOptimizer (Runtime)


Number of Blueprints: 3

Number of C++ Classes: 5

Network Replicated: Yes

Supported Development Platforms: Windows

Supported Target Build Platforms: Windows