Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- IDocumentTransform
- FAutoUpdateRootGraph
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendTransform.h |
| Include | #include "MetasoundFrontendTransform.h" |
Syntax
class FAutoUpdateRootGraph : public Metasound::Frontend::IDocumentTransform
Remarks
Automatically updates all nodes and respective dependencies in graph where newer versions exist in the loaded MetaSound Class Node Registry.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAutoUpdateRootGraph
(
FString&& InDebugAssetPath, |
Construct an AutoUpdate transform |
Overridden from IDocumentTransform
| Type | Name | Description | |
|---|---|---|---|
| bool | Transform
(
FDocumentHandle InDocument |
Return true if InDocument was modified, false otherwise. |