Navigation
API > API/Plugins > API/Plugins/PluginUtils > API/Plugins/PluginUtils/FPluginUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< IPlugin > FindPluginFromPackagePath
(
FName PackagePath |
Finds the plugin that contains the specified package, if any | PluginUtils.h | |
static TSharedPtr< IPlugin > FindPluginFromPackagePath
(
FStringView PackagePath |
PluginUtils.h |
FindPluginFromPackagePath(FName)
Description
Finds the plugin that contains the specified package, if any
This method supports C++ module packages (with the "/Script/" root)
| Name | FindPluginFromPackagePath |
| Type | function |
| Header File | /Engine/Plugins/Developer/PluginUtils/Source/PluginUtils/Public/PluginUtils.h |
| Include Path | #include "PluginUtils.h" |
| Source | /Engine/Plugins/Developer/PluginUtils/Source/PluginUtils/Private/PluginUtils.cpp |
static TSharedPtr < IPlugin > FindPluginFromPackagePath
(
FName PackagePath
)
Plugin or null if the package is not in a plugin
Parameters
| Name | Remarks |
|---|---|
| PackagePath | Unreal path of the package |
FindPluginFromPackagePath(FStringView)
| Name | FindPluginFromPackagePath |
| Type | function |
| Header File | /Engine/Plugins/Developer/PluginUtils/Source/PluginUtils/Public/PluginUtils.h |
| Include Path | #include "PluginUtils.h" |
| Source | /Engine/Plugins/Developer/PluginUtils/Source/PluginUtils/Private/PluginUtils.cpp |
static TSharedPtr < IPlugin > FindPluginFromPackagePath
(
FStringView PackagePath
)