LoadStatus

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SampleBufferIO.h

Include

#include "Sound/SampleBufferIO.h"

Syntax

enum LoadStatus
{
    None       = 0,
    Loading,
    Loaded,
}

Values

Name

Description

None

No request to load has been issued (default)

Loading

The sound wave load/decode is in-flight.

Loaded

The sound wave has already been loaded.

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