Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| Name | INodeUpdateTransform |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendNodeUpdateTransform.h |
| Include Path | #include "MetasoundFrontendNodeUpdateTransform.h" |
Syntax
class INodeUpdateTransform
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~INodeUpdateTransform() |
MetasoundFrontendNodeUpdateTransform.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ShouldAutoApply() |
Whether the transform should be automatically applied to node classes registered with the transform. | MetasoundFrontendNodeUpdateTransform.h | |
void Update
(
FMetaSoundFrontendDocumentBuilder& InOutBuilder, |
Update document state for a given node This API is in progress and will likely change in the future | MetasoundFrontendNodeUpdateTransform.h |