Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
GetAllActorsWithTag ignores volume_devices that are tagged.
Summary
The volume device can have a verse tag component added to it, and a tag added, however, any call to GetAllActorsWithTag will not return any volume device actor.
Steps to Reproduce
Create New Island
Place Volume Device
Add Verse Tag Markup Component to placed Volume Device Actor
Add Custom Tag Class within a new verse file
build verse code
Add Newly Created Tag to the verse markup component of the volume device
Write a little code to print the .Length of the return array from a GetAllActorsWithTag call.
Expected Result
A number matching the number of tagged volume devices placed within the level is printed to the log.
Observed Result
“0” is printed to the log, indicating no volume devices were detected
Platform(s)
Verse/All