Creating Your Own Turrets
Here you'll find out how to quickly create your own configurations, Multiplayer Turret allows two easy ways of doing so
Last updated
Here you'll find out how to quickly create your own configurations, Multiplayer Turret allows two easy ways of doing so
Last updated
Multiplayer Turret comes with two unique meshes, a standing turret and a ceiling turret, a custom made minigun fire sound effect is also included, everything can be swapped out to your own if desired.
Convenient, proven and easy way to create turrets, multiple examples can be found in the "Blueprints/Turret" folder. In the image below you can see the most important Blueprint Class BP_Turret. This Blueprint is the Parent of which you create Child Blueprints of.
This allows for creating your own blueprints based on the parent BP_Turret class, retaining it's entire functionality while allowing you to add features on top if desired.
Rather than creating a child blueprint for each turret, you can create Data Table entries which contain all the data needed to spawn the turret in with the BP_TurretSpawner. BP_TurretSpawner can preview the data table entry and spawns in the actual turret when hitting play