Navigation
API > API/Plugins > API/Plugins/MetasoundEngine
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/IMetasoundEngineModule.h |
| Include | #include "IMetasoundEngineModule.h" |
Syntax
namespace Metasound
{
namespace Engine
{
enum EAssetScanStatus
{
NotRequested = 0,
InProgress = 2,
Complete = 3,
}
}
}
Values
| Name | Description |
|---|---|
| NotRequested | |
| InProgress | |
| Complete |
Remarks
Status of initial asset scan when editor loads up.