I’m having trouble with calling an event from another blueprint without using the get all actors of class function.
What i’m trying to do here is call each event to display both Menu and Menu2 when a button is clicked. Menu is able to be called using a different method to calling Menu2. When I try using the same method of calling menu for menu 2, menu2 doesn’t show. Menu2 only shows when I use the get all actors of class function. See below snapshot: