Fire event in Level Blueprint from Widget

Hi there,
You have a warning message in your “cast to IWB_StartMainMenu” because this node is not compatible with Player controller. Check your references. Where is your IWB_StartMainMenu being created? Get that reference from the actor who stores it as a variable. Perhaps from BP_PawnBeginMainMenu?