Summary
The vehicle spawner itself is triggering the SpawnEvent. If you reference the fort_vehicle resulted from the first triggered SpawnEvent, it will be the vehicle spawn device itself.
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Verse
Steps to Reproduce
- Make a custom verse device that references any vehicle spawner on your map.
- Subscribe to a SpawnEvent from that vehicle spawner.
- Use Print messages to track how many times that SpawnEvent is triggered.
Expected Result
If a vehicle spawner starts with one vehicle already spawned, the SpawnEvent should only be triggered once.
Observed Result
The SpawnEvent will trigger twice, once for the vehicle spawner device and a second time for the first vehicle it spawns upon game start. If you want to check your work further, you can print the fort_vehicle position every second and see if it updates when you move the vehicle.
Platform(s)
PC
Island Code
None