Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| Name | IDocumentBuilderTransactionListener |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentModifyDelegates.h |
| Include Path | #include "MetasoundFrontendDocumentModifyDelegates.h" |
Syntax
class IDocumentBuilderTransactionListener : public TSharedFromThis< IDocumentBuilderTransactionListener >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IDocumentBuilderTransactionListener
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDocumentBuilderTransactionListener() |
MetasoundFrontendDocumentModifyDelegates.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnBuilderReloaded
(
FDocumentModifyDelegates& OutDelegates |
Called when the builder is reloaded, at which point the document cache and delegates are refreshed. | MetasoundFrontendDocumentModifyDelegates.h |