Play Slot Animation Loop Infinity

Is there a Value that can be put into the Loop Count to have it play indefinitely?

Hi,

The “Play Slot Animation” node is not capable of looping an animation and is meant for one-shot style animations. If you need a looping animation it’s best to build a montage asset and set it to loop in the montage editor.

If you really want to build it from an animation at runtime this setup should work:

106086-dynamic_montage.png

This sets the first section (always called “Default” in a montage made by this node) to loop back on itself.

Hopefully this helps!

Benn.

@Benn Thanks! Wanted to double check after Ue3 had those -1 tricks for loops.