I am using the latest version of unreal and I cannot find 'event tick' in blueprint

I am currently learning how to use Unreal and I am following along using a YouTube tutorial series. They went to put in an ‘Event Tick’ I right clicked in the Construction Script and searched the word ‘tick’ just as he did in the tutorial and could not find Event tick - in my browser it did not come up. Has the newer version named it something else. Why can I not see it?

Event tick can only be called from the Event Graph, the construction script only runs once during the asset creation in the level. Go into the Event Graph and you should be able to pull up the Event Tick.