How do i call an event in widget

1 Like

Well, you haven’t given us much context. You could just store a reference variable for the Spawn Door, but without more information, I don’t know where you would set it. See if the Documentation Page on actor communication gives you any ideas.

2 Likes

The target pin should be connected to a BP_SpawnDoor actor reference. Right now the Target == ‘Self’ which is invalid if Self is of type UserWidget and not type BP_SpawnDoor.