Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- IDocumentTransform
- FRenameRootGraphClass
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendTransform.h |
| Include | #include "MetasoundFrontendTransform.h" |
Syntax
class FRenameRootGraphClass : public Metasound::Frontend::IDocumentTransform
Remarks
Sets the document's graph class, optionally updating the namespace and variant.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRenameRootGraphClass
(
const FMetasoundFrontendClassName InClassName |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Generate
(
FDocumentHandle InDocument, |
Generates and assigns the docment's root graph class a unique name using the provided guid as the name field and (optionally) namespace and variant. | |
| bool | Generate
(
FMetasoundFrontendDocument& InDocument, |
Overridden from IDocumentTransform
| Type | Name | Description | |
|---|---|---|---|
| bool | Transform
(
FDocumentHandle InDocument |
Return true if InDocument was modified, false otherwise. | |
| bool | Transform
(
FMetasoundFrontendDocument& InOutDocument |
Return true if InDocument was modified, false otherwise. |