unreal.AvaPlaybackStopOptions¶
- class unreal.AvaPlaybackStopOptions¶
Bases:
EnumBaseEAva Playback Stop Options
C++ Source:
Plugin: Avalanche
Module: AvalancheMedia
File: AvaPlaybackGraph.h
- DEFAULT: AvaPlaybackStopOptions = Ellipsis¶
Default option allows for deferred execution of the request when it is safe to do so.
- Type:
0
- FORCE_IMMEDIATE: AvaPlaybackStopOptions = Ellipsis¶
Forces the execution of the request when it is called. Typically during shut down.
- Type:
2
- NONE: AvaPlaybackStopOptions = Ellipsis¶
Default option allows for deferred execution of the request when it is safe to do so.
- Type:
0
- UNLOAD: AvaPlaybackStopOptions = Ellipsis¶
Unload from memory after being stopped.
- Type:
4