Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| |
|
| Name |
EMetasoundFrontendClassAccessFlags |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path |
#include "MetasoundFrontendDocument.h" |
Syntax
enum EMetasoundFrontendClassAccessFlags
{
None = 0,
Deprecated = 1 << 0,
Referenceable = 1 << 1,
Default = Referenceable,
}
Values
| Name |
Remarks |
| None |
|
| Deprecated |
Class is marked as deprecated when referenced by MetaSounds in the editor. |
| Referenceable |
If set, MetaSound can be referenced by other MetaSounds in either editor or by builder Blueprint API. |
| Default |
|