Summary
I use middle_wall_group_tag as well as many other tags. I noticed only one object is found for this tag.
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Verse
Steps to Reproduce
Tag a wall and copy/duplicate this wall 200 times
Try to get it onbegin:
for (TaggedActor : FindCreativeObjectsWithTag(middle_wall_group_tag{})):
Print("Found middle wall")
Expected Result
Prints 200 times
Observed Result
Prints 1 time
Platform(s)
PC
Additional Info
CanbefoundbyTAG.txt (6.2 KB)
CanNOTbefoundbyTAG.txt (6.1 KB)
I tagged a pine tree with the same tag to test what will be printed. It started printing 2 statements: one for 1 wall one for the tree