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