What to use instead of Event Tick?

Hi all, I’ve got an issue with the below tutorial, I’m trying to use this but I don’t want to run this from an event tick because I want things to happen before this, so how do I trigger this without an Event Tick?

Wrap it in a function and call it.

It says ‘Event Tick cannot be placed in a function graph’
image

Ofc it cannot. You said you wanted to do something instead of Tick. So why use tick? If you need delta time outside of tick:

image


Or, better, explain in detail what needs doing.

1 Like

Because it has Delta Seconds on the Event Tick node, I’m not sure how else to configure this

Okay I tried using a function with a custom event and now this but it’s not working
The chair should be following the spline

hi,you could do this.

1 Like

Yes! that works, thanks mate! :slight_smile:

1 Like

No worries :smile: