Sequence Manager
The SFSequenceManager_AC
helps streamline creating and editing sequences during gameplay with a small sub-set of functions and events to call through a reference to this actor component.

The Sequence Manager contains functions to,
Play Level Sequence
with more customization options.Stop Current Sequence
to stop any sequence that has been played through using the above function.Play Sound With Subtitles
to play a specified sound, and define a set of subtitles with text and a time that it is displayed on screen.Stop Current Subtitled Sound
to stop any subtitled sound played using the above function.Add Name to Subtitles
to add a "Header/Name" above the subtitles to indicate who is speaking. Subtitles have to exist for this function to work.
Last updated