Interface message not calling Interface Event

Hey, sorry for the long delay, I stepped through the switch function and it completely skips over the SwitchFlipped interact message which is supposed to trigger the Event SwitchFlipped in the doorBP. But I had a print string after the interface function and that prints out, so it reads it, doesn’t know what to do and goes on to the next node to be executed? I even changed the event in the door to be the regular interact interface event and message and that works when just interacting with the door itself.

Anyways, here is the output log after interacting with the switch, I am not really too good with deciphering this though,

LogBlueprintUserMessages: [BP_Switch_2] Sending SwitchFlipped Interact Message
LogBlueprintUserMessages: [BP_Switch_2] Sending SwitchFlipped Interact Message
LogBlueprintUserMessages: [BP_Switch_2] Sending SwitchFlipped Interact Message
LogBlueprintUserMessages: [BP_Switch_2] Sending SwitchFlipped Interact Message
FUdpSocketBuilder: Failed to subscribe UdpMessageMulticastSocket to multicast group 230.0.0.1 on interface 0.0.0.0
FUdpSocketBuilder: Failed to create and initialize socket UdpMessageMulticastSocket (last error: 0)
LogUdpMessaging: Warning: StartTransport failed to create multicast socket on 0.0.0.0:0, joined to 230.0.0.1:6666 with TTL 1
LogUdpMessaging: Warning: UDP messaging encountered an error. Auto repair routine started for reinitialization
FUdpSocketBuilder: Failed to subscribe UdpMessageMulticastSocket to multicast group 230.0.0.1 on interface 0.0.0.0
FUdpSocketBuilder: Failed to create and initialize socket UdpMessageMulticastSocket (last error: 0)
LogUdpMessaging: Warning: StartTransport failed to create multicast socket on 0.0.0.0:0, joined to 230.0.0.1:6666 with TTL 1
LogUdpMessaging: Warning: UDP messaging encountered an error. Auto repair routine started for reinitialization