I make an AI in my game. I want the mesh of the AI to flow up and down when the AI is moving. How can I make it?
You can check if Actor is moving by “Get Velocity” node. For mesh flowing you can use Timeline. Add new function in Timeline in range [0; 1], multiply its output to expand the range, get reference to the mesh and use “Set Location” on Timeline update.