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="Continue Sequences (by Label)", Category="Playback")
TArray < UAvaSequencePlayer * > ContinueSequencesByLabel
(
FName InSequenceLabel
)
Remarks
Triggers Continue for the playing sequences that match the given label the sequence players that fired the continue, or null if there were no active players
Parameters
| Name | Description |
|---|---|
| InSequenceLabel | the label of the sequences to continue |