Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IDocumentCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const IDocumentGraphNodeCache & GetNodeCache () |
MetasoundFrontendDocumentCacheInterface.h | ||
const IDocumentGraphNodeCache & GetNodeCache
(
const FGuid& InPageID |
Returns NodeCache associated with the given PageID. | MetasoundFrontendDocumentCacheInterface.h |
GetNodeCache()
| Name | GetNodeCache |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentCacheInterface.h |
| Include Path | #include "MetasoundFrontendDocumentCacheInterface.h" |
virtual const IDocumentGraphNodeCache & GetNodeCache() const
GetNodeCache(const FGuid &)
Description
Returns NodeCache associated with the given PageID.
| Name | GetNodeCache |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentCacheInterface.h |
| Include Path | #include "MetasoundFrontendDocumentCacheInterface.h" |
const IDocumentGraphNodeCache & GetNodeCache
(
const FGuid & InPageID
) const