Summary
Hiding Prop Gallery devices are not able to be found by tag in Verse.
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Devices
Steps to Reproduce
- Create a tag in Verse. Add code to
OnBegin
to find objects with this new tag viaFindCreativeObjectsWithTag
, as well as debug code to print if and/or how many objects are found. - Add a Hiding Prop Gallery to map (I initially encountered issue when using the TMNT Sewer Tunnel, but using its base device, Hiding Prop Gallery reproduced same results)
- Add VerseTagMarkup component to Hiding Prop Gallery- either to the Gallery device, or to one of the 4 defaults props within the gallery (both reproduce same result).
- Start Game
Expected Result
A creative object is found via FindCreativeObjectsWithTag
Observed Result
No creative objects are found by the tag.
Platform(s)
PC
Additional Notes
I did test out the same code with other objects added to my map with the same tag. All other devices or props I tested with the tag were found by FindCreativeObjectsWithTag
. Only instances of Hiding Props Gallery and TMNT Sewer Tunnel were not able to be found by the tag.