Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/Asset
Save the packages the assets live in inside the directory. All objects that are in the directory will be saved. Will try to checkout the file first. Assets will be loaded before being saved.
Target is Editor Asset Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| string | Directory Path | Directory that will be checked out and saved. |
| boolean | Only if Is Dirty | Only checkout asset that are dirty. |
| boolean | Recursive | The search will be recursive and it will save the asset in the sub folders. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | True if the operation succeeds. |