unreal.AvaPlaybackStopOptions

class unreal.AvaPlaybackStopOptions

Bases: EnumBase

EAva Playback Stop Options

C++ Source:

  • Plugin: Avalanche

  • Module: AvalancheMedia

  • File: AvaPlaybackGraph.h

DEFAULT: AvaPlaybackStopOptions

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

Type:

0

FORCE_IMMEDIATE: AvaPlaybackStopOptions

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

Type:

2

NONE: AvaPlaybackStopOptions

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

Type:

0

UNLOAD: AvaPlaybackStopOptions

Unload from memory after being stopped.

Type:

4