Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/PackageTools
Converts a long package name to a file name. This can be called on package paths as well, provide no extension in that case. Will return an empty string if it fails.
Target is Package Tools
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| string | Package Name | Long Package Name |
| string | Extension | Package extension. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| string | Return Value | Package filename, or empty if it failed. |