Navigation
API > API/Plugins > API/Plugins/PluginReferenceViewer > API/Plugins/PluginReferenceViewer/FPluginReferenceViewerUtils
Description
Exports the number of references from each plugin to their plugin dependencies. References include; assets, scripts and named references
| Name | ExportPlugins |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PluginReferenceViewer/Source/PluginReferenceViewer/Public/PluginReferenceViewerUtils.h |
| Include Path | #include "PluginReferenceViewerUtils.h" |
| Source | /Engine/Plugins/Experimental/PluginReferenceViewer/Source/PluginReferenceViewer/Private/PluginReferenceViewerUtils.cpp |
static void ExportPlugins
(
const TArray < FString > & InPlugins,
const FString & InFilename
)