Navigation
API > API/Plugins > API/Plugins/AvalancheSequence > API/Plugins/AvalancheSequence/IAvaSequencePlaybackObject
References
| Module | AvalancheSequence |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheSequence/Public/AvaSequencePlaybackObject.h |
| Include | #include "AvaSequencePlaybackObject.h" |
UFUNCTION (BlueprintCallable, DisplayName="Play Sequences (by Labels)", Category="Playback")
TArray < UAvaSequencePlayer * > PlaySequencesByLabels
(
const TArray < FName > & InSequenceLabels,
FAvaSequencePlayParams InPlaySettings
)
Remarks
Plays multiple Sequences by an array of sequence labels an array of the Sequence Players with possible invalid/null entries kept so that each Player matches in Index with the input Sequence it is playing
Parameters
| Name | Description |
|---|---|
| InSequenceLabels | the array of sequence labels to play |
| InPlaySettings | the play settings to use for playback |