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 |
UFUNCTION (BlueprintCallable, Category="Engine Scripting | Plugin Utilities")
static bool GetPluginContentDir
(
const FString & PluginName,
FString & OutContentDir
)
Remarks
Get the filesystem path to a plugin's content directory. true if the named plugin was found and the plugin content directory filesystem path was stored in OutContentDir, or false otherwise
Parameters
| Name | Description |
|---|---|
| PluginName | Name of the plugin |
| OutContentDir | Filesystem path to the plugin's content directory, if found |