Cannot copy and paste event tick

I noticed that I can’t copy and paste event tick nodes. I get this if I do:

Only 1 is allowed in level blueprint?

Yup. To be more precise, only one is allowed in any child of the actor class, which includes the level.

1 Like

Use a sequence node if you want multiple things to come off the event tick node.
But I’d advise thinking of ways to get around creating too many on tick events. I suggest trying to use timers if you can get away with something repeating every half second or quarter second.

1 Like

ok thanks

thanks for the advice, let me try to limit that as you mentioned

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms