In the cinematic sequence device settings, the playback mode is set to “Keep” after playback.
How can I implement a reset to the initial position using Verse?
If there is a way to achieve this, please let me know.
Thank you in advance.
In the cinematic sequence device settings, the playback mode is set to “Keep” after playback.
How can I implement a reset to the initial position using Verse?
If there is a way to achieve this, please let me know.
Thank you in advance.
Based on the Verse API Reference of the Cinematic Sequence Device Verse API reference page for the cinematic_sequence_device class | Unreal Editor for Fortnite Documentation | Epic Developer Community
I can see some ways you might be able to go about doing this, the most simple solution I can see is to just use the PlayReverse()
function and it will just undo what the sequence did, could be kinda cool for the players to see too, the props going back in place.
You could also fiddle around with other functions and see what sticks, like eg restarting the sequence and immediately stopping it so logically it keeps the props how they were at frame 0 of the sequence
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.