Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
| |
|
| Name |
EAvaPlaybackUnloadOptions |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playback/AvaPlaybackGraph.h |
| Include Path |
#include "Playback/AvaPlaybackGraph.h" |
Syntax
enum EAvaPlaybackUnloadOptions
{
None = 0,
ForceImmediate = 1 << 1,
Default = None,
}
Values
| Name |
Remarks |
| None |
Default option allows for deferred execution of the request when it is safe to do so. |
| ForceImmediate |
Forces the execution of the request when it is called. Typically during shut down. |
| Default |
Default option allows for deferred execution of the request when it is safe to do so. |