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