Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Playable > API/Plugins/AvalancheMedia/Playable/Transition
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Playable/Transition/AvaPlayableTransition.h |
| Include | #include "Playable/Transition/AvaPlayableTransition.h" |
Syntax
enum EAvaPlayableTransitionEntryRole
{
Enter,
Playing,
Exit,
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Defines the playable entry role in the transition.