How do I get my spawn point to use a Spawn Capsule instead of the “GetActorTransform” it’s currently using? My goal is to use Spawn Capsules to not only spawn specific enemies but have more than one spawn of each type by modifying each spawn point in the Viewport.
I might be going about it the wrong way so any insight is appreciated!
I got the capsule as the target but it doesn’t seem to be working. It worked once before but it was using a different type of spawn (reference opening picture). Can you help me with this matter further?
I think its the way the flow is currently. I think its because branches aren’t executing Custom Spawn Events, “SpawnQuarterEnemy” etc.
I thought if I Branched out to the specific event it would work, but somethings wrong.
Connecting the Branch (True) straight to the Spawn Actor seems to be working now and they seem to be linked to the capsules now, thank you. I need to go over and add more logic for spawns not to play at the beginning of the run cycle.
I think the “Set Timer by Event” that you told me to delete might have something to do with it.