Navigation
BlueprintAPI > BlueprintAPI/EngineScripting > BlueprintAPI/EngineScripting/PluginUtilities
Get the filesystem path to a plugin's content directory.
Target is Plugin Blueprint Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| string | Plugin Name | Name of the plugin |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| string | Out Content Dir | Filesystem path to the plugin's content directory, if found |
| boolean | Return Value | true if the named plugin was found and the plugin content directory filesystem path was stored in OutContentDir, or false otherwise |