How to use Set Timer by Event?

White line only? ‘Error: Requires event delegate’
Red Line? It never triggers.
Both lines? ‘Error: Wrong delagate’

How do I use it? Thanks.

You need to create a custom event and plug the pinkish delagate pin to that custom event. When you do that it will start when the play begins.

But thats really wierd if you ask me, whats the point of having delegate pin on BeginPlay then?

To be honest I dont know the purpose of delegate pin on BeginPlay and Tick events. : \

That means you can have it called by an event dispatcher. The reason you get an error is you are trying to have the BeginPlay spawn itself. Very bad infinite loop if allowed. :smiley: