How would I tie an event tick to a custom event?

In blueprints, how would I tie an event tick to a custom event as described in this post?

Just call your custom event in your event tick:

Make your custom event, then right-click somewhere in your blueprint and search for the name of that event. It should appear, allowing you to call it, as shown.

Thank you so much!