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