Wave Spawning System

A 100% blueprint powered spawning system for quickly and easily setting up enemy waves in Unreal Engine.

Category:
Tags: , , , , , , , ,

Description

Showcase Video

Tutorials

Support Thread

Wave Spawning System is a 100% blueprint powered framework created in Unreal Engine. Built with a primary focus on ease of use, the system will allow you to quickly set up & spawn hordes of enemies in your game. Simply define the waves in a data table, add a Wave Spawn Controller to your level and link it with spawn points, and begin spawning right away!

Using a batching system to define clusters of AI units within a wave, the Wave Spawning System allows you to set up huge waves comprising of multiple groups of enemies with minimal effort. Each batch of AI units can be customized independently using parameters such as spawn starting time, time intervals between spawns, spawn point, and number of units, to create a diverse set of enemy waves that match your specifications.

The Wave Spawning System also supports multiple spawning modes: use either the basic Fixed Location spawn points or Spawning Volumes that generate randomized spawn locations over larger regions, with fail safe tests that maximize the probability of finding valid spawn locations.

Technical Details

Features:

Number of Blueprints: 9 (29 including examples & widgets)

Input: Mouse & Keyboard

Network Replicated: No

Supported Development Platforms: Windows

Supported Target Build Platforms: Windows

Documentation: Fully Commented; Examples Included; Tutorials on YouTube

Supported Engine Versions

4.22 – 4.27, 5.0 – 5.3