It looks like you are pulling off from the “event receive execute”. Its showing you executable actions in context of that event, which is why you cannot see the SetFocus.
You need to pull out from the return value pin of the “Get AIController” function, you will then be able to find the “SetFocus” function as its in context of the AI controller.