Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Option flags for the EndPlay function.
| Name | EAvaPlayableEndPlayOptions |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playable/AvaPlayable.h |
| Include Path | #include "Playable/AvaPlayable.h" |
Syntax
enum EAvaPlayableEndPlayOptions
{
None = 0,
ConditionalEndPlayWorld = 1 << 0,
ForceImmediate = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| ConditionalEndPlayWorld | End play world if no more assets are playing. |
| ForceImmediate | Perform the request immediately instead of waiting on the next tick. |