Reference ID
2b81ebb0-48d1-fc9c-fb5d-00863c311427
Please select what you are reporting on:
Verse
What Type of Bug are you experiencing?
Verse
Summary
UEFN crashes when you don’t enter a tag in the ReiredTags search.
Steps to Reproduce
using { /Fortnite.com/Devices }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/Diagnostics }
using { /Verse.org/Simulation/Tags }
test := class(tag){}
test2 := class(tag){}
testing := class(creative_device):
TagsCriteria : tag_search_criteria = tag_search_criteria:
RequiredTags := array{}
OnBegin<override>()<suspends>:void=
FindTags()
FindTags<private>():void=
Print("Find tags")
Objects := GetCreativeObjectsWithTags(TagsCriteria)
Print("{Objects.Length}")
Expected Result
Shouldn’t find anything.
Observed Result
UEFN goes into an instant crash
Platform(s)
windows