Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IDocumentAccessor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Share access to FMetasoundFrontendDocument objects. | MetasoundFrontendController.h | ||
| Share access to FMetasoundFrontendDocument objects. | MetasoundFrontendController.h |
ShareAccess()
Description
Share access to FMetasoundFrontendDocument objects.
Derived classes must implement this method. In the implementation, derived classes should set the various TAccessPtrs on FDocumentAccess to the TAccessPtrs held internal in the derived class.
Sharing access simplifies operations involving multiple frontend controllers by providing direct access to the FMetasoundFrontendDocument objects to be edited.
| Name | ShareAccess |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FDocumentAccess ShareAccess()
ShareAccess()
Description
Share access to FMetasoundFrontendDocument objects.
Derived classes must implement this method. In the implementation, derived classes should set the various TAccessPtrs on FDocumentAccess to the TAccessPtrs held internal in the derived class.
Sharing access simplifies operations involving multiple frontend controllers by providing direct access to the FMetasoundFrontendDocument objects to be edited.
| Name | ShareAccess |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FConstDocumentAccess ShareAccess() const