Navigation
API > API/Plugins > API/Plugins/AvalancheSequencer > API/Plugins/AvalancheSequencer/UAvaSequencerSubsystem
Description
Gets or Instantiates the World's Sequencer
the subsystem holds a non-owning reference of the sequencer, the provider is what ideally should be holding the owning reference
| Name | GetOrCreateSequencer |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheSequencer/Public/AvaSequencerSubsystem.h |
| Include Path | #include "AvaSequencerSubsystem.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheSequencer/Private/AvaSequencerSubsystem.cpp |
TSharedRef < IAvaSequencer > GetOrCreateSequencer
(
IAvaSequencerProvider & InProvider,
FAvaSequencerArgs && InArgs
)
an existing or new valid IAvaSequencer instance
Parameters
| Name | Remarks |
|---|---|
| InProvider | the sequencer provider |
| InArgs | extra arguments to dictate how the ava sequencer is instantiated |