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 Label)", Category="Playback")
TArray < UAvaSequencePlayer * > PlaySequencesByLabel
(
FName InSequenceLabel,
const FAvaSequencePlayParams & InPlaySettings
)
Remarks
Plays all the sequences that have the provided label 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 |
|---|---|
| InSequenceLabel | the label of the sequences to play |
| InPlaySettings | the play settings to use for playback |