Navigation
API > API/Plugins > API/Plugins/PluginReferenceViewer
References
| Module | PluginReferenceViewer |
| Header | /Engine/Plugins/Experimental/PluginReferenceViewer/Source/PluginReferenceViewer/Public/PluginReferenceViewerUtils.h |
| Include | #include "PluginReferenceViewerUtils.h" |
Syntax
class FPluginReferenceViewerUtils
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ExportPlugins
(
const TArray< FString >& InPlugins, |
Exports the number of references from each plugin to their plugin dependencies. | |
| void | ExportReference
(
const FString& InPlugin, |
Exports to a .csv file the list of asset references that exist between the plugin and one of it's plugin dependencies | |
| TArray< TSharedRef< IPlugin > > | FindGameplayTagSourcePlugins
(
FName TagName |
Returns the list of plugins where the supplied gameplay tag is declated | |
| bool | TracePluginChain
(
const FString& StartingPlugin, |
Traces the path from one plugin to the ending plugin if one exists. Returns true if a path exists. |