Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Interface for transforms applied to a graph.
| Name | IGraphTransform |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendTransform.h |
| Include Path | #include "MetasoundFrontendTransform.h" |
Syntax
class IGraphTransform
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IGraphTransform() |
MetasoundFrontendTransform.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Transform
(
FMetasoundFrontendGraph& InOutGraph |
Return true if the graph was modified, false otherwise. | MetasoundFrontendTransform.h |