Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IMetaSoundDocumentInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FMetasoundFrontendDocument & GetDocument () |
Returns read-only reference to the the MetaSoundFrontendDocument containing all MetaSound runtime & editor data. | MetasoundDocumentInterface.h | |
| MetasoundDocumentInterface.h |
GetDocument()
Description
Returns read-only reference to the the MetaSoundFrontendDocument containing all MetaSound runtime & editor data.
| Name | GetDocument |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundDocumentInterface.h |
| Include Path | #include "MetasoundDocumentInterface.h" |
virtual const FMetasoundFrontendDocument & GetDocument() const
GetDocument()
| Name | GetDocument |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundDocumentInterface.h |
| Include Path | #include "MetasoundDocumentInterface.h" |
FMetasoundFrontendDocument & GetDocument()