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 :
[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.