Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Defines the playable entry role in the transition.
| Name | EAvaPlayableTransitionEntryRole |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playable/Transition/AvaPlayableTransition.h |
| Include Path | #include "Playable/Transition/AvaPlayableTransition.h" |
Syntax
enum EAvaPlayableTransitionEntryRole
{
Enter,
Playing,
Exit,
}
Values
| Name | Remarks |
|---|---|
| Enter | The playable corresponding to this entry is a entering the scene. |
| Playing | The playable corresponding to this entry is already in the scene and may react to the transition, but is otherwise neutral. |
| Exit | The playable corresponding to this entry is already in the scene but is commanded to exit. |