Skip to content

Spawn actors in your level(s) with not much work.

License

Notifications You must be signed in to change notification settings

trdwll/ActorSpawnerPlugin

Repository files navigation

ActorSpawnerPlugin

ActorSpawnerPlugin is a UE4 plugin to handle spawning actors in your level.

Installation

  1. Download the plugin or clone the repo
  2. Copy into your Project/Plugins folder
  3. Open your project

Usage

  1. Create a blueprint derived of ActorAreaSpawn or ActorSpawnPoint.
  2. Create a DataTable derived of ActorSpawnGroup.
  3. In your GameState (either in BP as follows or in C++) spawn an AActorSpawnManager actor via Server.
  4. Go into your Project Settings -> Project -> ActorSpawner and configure the settings the way that you need to.

If you have trouble feel free to open an Issue.

Why?

Well I originally wrote this for a survival project a couple years ago and I submitted to Epic Games for the UE Marketplace and they denied it. So I figured why not go ahead and release for free.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT