Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Transition flags carry additional context to help resolve the behaviors.
| Name | EAvaPlayableTransitionFlags |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/AvaMediaDefines.h |
| Include Path | #include "AvaMediaDefines.h" |
Syntax
enum EAvaPlayableTransitionFlags
{
None = 0,
TreatPlayingAsExiting = 1 << 0,
HasReusedPlayables = 1 << 1,
PlayEnterPlayablesAtPreviewFrame = 1 << 2,
}
Values
| Name | Remarks |
|---|---|
| None | |
| TreatPlayingAsExiting | Playing playables will be treated as exit playables. |
| HasReusedPlayables | Transition contains some reused playables (i.e. both enter and playing). |
| PlayEnterPlayablesAtPreviewFrame | Special logic to override the enter playables behaviors for the "PreviewFrame". |