Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
IDocumentAccessor describes an interface for various I*Controllers to interact with each other without exposing that interface publicly or requiring friendship between various controller implementation classes.
| Name | IDocumentAccessor |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
Syntax
class IDocumentAccessor
Derived Classes
IDocumentAccessor derived class hierarchy
Functions
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Share access to FMetasoundFrontendDocument objects. | MetasoundFrontendController.h | ||
| Share access to FMetasoundFrontendDocument objects. | MetasoundFrontendController.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FDocumentAccess GetSharedAccess
(
IDocumentAccessor& InDocumentAccessor |
Returns the shared access from an IDocumentAccessor. | MetasoundFrontendController.h | |
static FConstDocumentAccess GetSharedAccess
(
const IDocumentAccessor& InDocumentAccessor |
Returns the shared access from an IDocumentAccessor. | MetasoundFrontendController.h |