top of page
Yellow Middle Big LOGO.png

Customizable Electric Tower

Update History

  • Dec 1, 2021 Inital release on Marketplace for UE4.26 - 4.27

  • Dec21,2021 New Meshes,Materials,Textures Added

TowerPack.png

This document explains how to use Sci-Fi Turret Pack Blueprint for Unreal Engine 4.26 and later. If you have any questions, please contact us.

E-mail:         info@trisgames.com

Video:           https://www.youtube.com/watch?v=QH7oCmzZnQU

Discord:        https://discord.gg/JRMbVgzf6d

Changing Tower Range;
You can specify the tower range by changing the Radius of the Sphere Component.
Don't forget to Scale the range decal on Y and Z axes after changing the radius value.
Identifying Target Actor;

BP_TargetActor is set as the default Target Actor. When you want to change, you must change all Cast To BP_TargetActor Nodes to cast your own actor.

Like "Cast To MyActorBP", "Cast To Character"

bottom of page