Can't access Jump To (Frames) action in Blueprints

Hi everybody,

I am currently having problems accessing the Jump To (Frames) method. I have in my Blueprint a Level Sequence Player which I would like to call this method from.

However it seems this method can’t be found :

The target of this method (as shown in [the documentation here][2]) is a Movie Scene Sequence Player. Although it shouldn’t be necessary as a Level Sequence Player inherits from it, I still tried to perform a cast to make sure. It doesn’t work either tho :

Lastly I checked if I could at least see this method if I don’t take the context sensitivity in account. Once again, it’s not working :

340527-2021-06-02-19h22-24.png

[The 4.26 Cinematic documentation here][5] states this method exists and should be accessible. I really don’t understand why I cannot. My project is in 4.26 as well.

I want to inform that I can however access some of the other methods shown in the [documentation][5] (Play, Pause, Play Looping and many others). Jump To (Frames) is not the only one not working. It is the same for Jump To (Seconds), Scrub To (Frames), Scrub To (Seconds) and others.

Does anybody have any idea why this might be ? I really don’t understand why the method is at least not visible when the context sensitivity is disabled.

Thanks a lot in advance.

2 Likes

Does anybody have an idea please ?

If anynone should ever be intersted, I think I found the prolem or should I say a work-around. In fact, I think the documentation is simply not up-to-date and that these nodes (Jump To, Scrub To, …) disappeared a while ago.

I found out it has to go through the Play To method instead and split the Play Params to get to indicate wether to Play, Jump or Scrub :

340609-2021-06-03-18h00-14.png

So that’s great, it’s all solved I guess. Maybe the documentation should be updated however.

2 Likes

Could you please re-post the image. Attached pictures disappear in this forum, which is wrong and strange.

Hi, I imagine you’re refering to the image in the solution. Here it is :

1 Like