unreal.AvaPlaybackUnloadOptions

class unreal.AvaPlaybackUnloadOptions

Bases: EnumBase

EAva Playback Unload Options

C++ Source:

  • Plugin: Avalanche

  • Module: AvalancheMedia

  • File: AvaPlaybackGraph.h

DEFAULT: AvaPlaybackUnloadOptions

Default option allows for deferred execution of the request when it is safe to do so.

Type:

0

FORCE_IMMEDIATE: AvaPlaybackUnloadOptions

Forces the execution of the request when it is called. Typically during shut down.

Type:

2

NONE: AvaPlaybackUnloadOptions

Default option allows for deferred execution of the request when it is safe to do so.

Type:

0