Navigation
BlueprintAPI > BlueprintAPI/EngineScripting > BlueprintAPI/EngineScripting/PluginUtilities
Get the version number of 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 | |
| integer | Out Version | Version number of the plugin, if found |
| boolean | Return Value | true if the named plugin was found and the plugin's version number was stored in OutVersion, or false otherwise |