Navigation
API > API/Runtime > API/Runtime/Engine
Precache states
| Name | ESoundWavePrecacheState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
| Include Path | #include "Sound/SoundWave.h" |
Syntax
enum ESoundWavePrecacheState
{
NotStarted,
InProgress,
Done,
}
Values
| Name | Remarks |
|---|---|
| NotStarted | |
| InProgress | |
| Done |