EAudioStreamingState

Lists possible states used by Thread-safe counter.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioStreaming.h

Include

#include "AudioStreaming.h"

Syntax

enum EAudioStreamingState
{
    AudioState_ReadyFor_Requests        = 0,
    AudioState_ReadyFor_Finalization    = 1,
    AudioState_InProgress_Loading       = 2,
}

Values

Name

Description

AudioState_ReadyFor_Requests

There are no pending requests/ all requests have been fulfilled.

AudioState_ReadyFor_Finalization

Initial request has completed and finalization needs to be kicked off.

AudioState_InProgress_Loading

We're currently loading in chunk data.

Remarks

Lists possible states used by Thread-safe counter.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss