Navigation
API > API/Plugins > API/Plugins/MetasoundEngine
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraph
- UMetasoundEditorGraphBase
- UMetasoundEditorGraph
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/Metasound.h |
| Include | #include "Metasound.h" |
Syntax
UCLASS&40;Abstract&41;
class UMetasoundEditorGraphBase : public UEdGraph
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| int32 | |||
| FMetasoundFrontendDocumentModifyContext & | |||
| const FMetasoundFrontendDocumentModifyContext & | |||
| bool | |||
| void | |||
| void |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEditorOnly () |
Called during saving to determine if the object is forced to be editor only or not | |
| bool | Called during saving to include this object in client/servers running in editor builds, even if they wouldn't normally be. |