Ai Zombie Swarms Documentation Portal
  • Welcome
  • Getting Started
    • Getting Setup
    • Common Troubleshooting
  • Walkthroughs
    • How to Add to a Custom Level
    • How to Make Swarm Targets
    • How to use Custom Characters and Animations
    • How to Adjust Spawn Amounts
    • Using the Character Optimizer Component
  • Feedback
    • Feedback Requests
Powered by GitBook
On this page
  1. Walkthroughs

Using the Character Optimizer Component

PreviousHow to Adjust Spawn AmountsNextFeedback Requests

Last updated 8 days ago

This page covers how to optimize NPCs further for maximum performance gains with the included optimizer component.

Adding the component to your AI character:

  1. On your character blueprint click the add component button and search for AC_NPCOptimizer.

  2. Set a timer tick rate to a value like 0.5 or 1.0 to update the optimizations.

  3. Add to the NPC Optimizations array and give it a start and end distance, each index in the array should start and stop where the previous index was.

  1. That's it, the Zombies will now optimize automatically. You can add as many optimization tiers as you would like, this can also be used on other character classes.