Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPluginBlueprintLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PluginBlueprintLibrary.h |
| Include | #include "PluginBlueprintLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PluginBlueprintLibrary.cpp |
static bool GetPluginDescriptorFilePath
&40;
const FString & PluginName,
FString & OutFilePath
&41;
Remarks
Get the filesystem path to a plugin's descriptor. true if the named plugin was found and the plugin descriptor filesystem path was stored in OutFilePath, or false otherwise
Parameters
| Name | Description |
|---|---|
| PluginName | Name of the plugin |
| OutFilePath | Filesystem path to the plugin's descriptor, if found |