How to enable and disable eventtick in BP

Hai,
Im using 4.9.2 UE
for my android project

How to enable and disable eventtick in BP??

if i “cliked” button “eventtick” will be firing,but if iam not “click” my “eventtick” will not firing, help please,thanks

You should add a Gate. Lets say you use the Input “Right Mouse”, off of the “Pressed” pin drag off and execute the “Open” pin on the Gate node. Have the Event Tick EXE pin go into the “Enter” Pin on the Gate node. And last have the “Released” EXE on the Right Mouse node go into the “Close” pin on the gate node.

you can replace the Right Mouse input with any other event or event dispatcher you please to open and close the gate

Or like this :slight_smile: