I am trying to make an Editor Utility Tool where I want to select Actors and save them as a group and later on I want to acess these by another function. But when I try to get that other function it says that the array is empty and nothing has been set.
I got this to work with a Utility Widget BP but not with only a Utility BP (for ActorActions).
I even tried to copy the exact same nodes to the UBP from the UWBP but it does not work.
Does anyone know why it isn’t working and how I can get it to work? Why won’t my array be saved?
Editor Utility Widget BP: (this works)