Navigation
API > API/Plugins > API/Plugins/AvalancheSequencer
| Name | FAvaSequencerArgs |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheSequencer/Public/AvaSequencerArgs.h |
| Include Path | #include "AvaSequencerArgs.h" |
Syntax
struct FAvaSequencerArgs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCanProcessSequencerSelections | bool | Whether FAvaSequencer is allowed to select to/from the ISequencer instance This could be false in, for example, when the ISequencer instance is instantiated as being a Level Editor Sequencer (as it processes the selections in FSequencer) | AvaSequencerArgs.h | |
| bUseCustomCleanPlaybackMode | bool | Whether Custom Clean Playback Mode should be used, rather than relying on FSequencer's clean playback that currently only works with level editor viewport clients | AvaSequencerArgs.h | |
| SequencerController | TSharedPtr< IAvaSequencerController > | Optional Controller instance to use instead of Ava Sequencer instantiating its own | AvaSequencerArgs.h |