Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/AvaMediaDefines.h |
| Include | #include "AvaMediaDefines.h" |
Syntax
enum EAvaPlayableTransitionFlags
{
None = 0,
TreatPlayingAsExiting = 1 << 0,
}
Values
| Name | Description |
|---|---|
| None | |
| TreatPlayingAsExiting | Playing playables will be treated as exit playables. |
Remarks
Transition flags carry additional context to help resolve the behaviors.