Navigation
BlueprintAPI > BlueprintAPI/EngineScripting > BlueprintAPI/EngineScripting/PluginUtilities
Get the virtual root path for assets in a plugin.
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 Asset Path | Virtual root path for the plugin's assets, if found |
| boolean | Return Value | true if the named plugin was found and the plugin's virtual root path was stored in OutAssetPath, or false otherwise |