Can't Make An Infinate Loop

What you probably want is:

190331-capture.png

The reason you have to do it this way is you need to give the program time to do other things between the times you run your command. If you just run your one command in an infinite loop, nothing else will happen so your game will not render, your player will not move and most likely your computer would freeze if UE4 didn’t prevent that.

Or just handle the Tick event.

That’s true, if you just want something to happen every frame use the tick event.
Or if you want to loop a certain number of times in the same frame use a for loop. We really need more info about what you want to do to know what would be best.

I am making an app with Unreal Engine. I wanted a command to constantly repeat but I get an error that said I can’t put an infinite loop in. Is there a way around this. Thanks.

You can increase the maximum number of cycles, but you can not allow an infinite loop. Go to Project Settings > General Settings > Maximum Loop Iteration Count.

I don’t want in to tick every frame but the image above didn’t work

Function Name input is must same custom event name. Can you check it ?

200280-capture.png

yes I’m sure.

Okey can you object type clear and try again ?

What does that mean?

It’s mean you should object input click and none button.

It didn’t work.

I found a solution

200283-capture.png