Unable to find Event ReceiveBeginPlay

I’m trying to find the Event ReceiveBeginPlay to use to Load Steam Level, but I am unable to find this event. It does not show up in any context for any type of blueprint I’ve tried.

Is there a reason why it might not show up?
Is the event called something else now?
Is there another event that would be better to use that isn’t setting up a trigger and touching it?

I’m on version 1945001.

Hello,

Thanks for the question! The Event ReceiveBeginPlay node was renamed to Event BeginPlay. In addition, it should be usable in any Eventgraph but not in the Construction Script.

Cheers,

-Steve