[Solved] Get specific object reference from array

If you do not know the specific Index, you could test it with a Cast. If you’re happy with the first instance of the BPW_MainMenu or there’s only one - consider a For Each Loop with Break

Something like this:

1 Like