Movie Scene Sequence Player's "get length" is deprecated. What to use instead?

Hello. I have a project that use many “get length” from sequencer and I use it to get the duration of sequencer in seconds. However, in 4.22 it’s considered as deprecated and it says that I need to use “get duration” instead. However, I don’t know how to get seconds from “get duration”. Do you have any ideas how to do it?

1 Like

I know this is an old post but Google brought me here while searching for something similar so I figured an answer might help anyone else brought here.

The convertor you’re looking for is called QualifiedFrameTime To Seconds but if you just drag the node from Get Duration to any node which takes a float (such as Delay) it will automatically add the aforementioned converter for you and attach the node.

7 Likes

Thanks.

5 Likes