Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FRebuildPresetRootGraph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Transform
(
FDocumentHandle InDocument |
Return true if InDocument was modified, false otherwise. | MetasoundFrontendTransform.h | |
virtual bool Transform
(
FMetasoundFrontendDocument& InOutDocument |
Return true if InDocument was modified, false otherwise. | MetasoundFrontendTransform.h |
Transform(FDocumentHandle)
Description
Return true if InDocument was modified, false otherwise.
| Name | Transform |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendTransform.h |
| Include Path | #include "MetasoundFrontendTransform.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendTransform.cpp |
virtual bool Transform
(
FDocumentHandle InDocument
) const
Transform(FMetasoundFrontendDocument &)
Description
Return true if InDocument was modified, false otherwise. This function is soft deprecated. It is not pure virtual to grandfather in old transform implementation. Old transforms should be deprecated and rewritten to use the Controller-less API in the interest of better performance and simplicity.
| Name | Transform |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendTransform.h |
| Include Path | #include "MetasoundFrontendTransform.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendTransform.cpp |
virtual bool Transform
(
FMetasoundFrontendDocument & InOutDocument
) const