Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/Asset
Save the packages the assets live in. All objects that live in the packages will be saved. Will try to checkout the files.
Target is Editor Asset Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | Assets to Save | Assets that we want to save. |
| boolean | Only if Is Dirty | Only checkout asset that are dirty. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | True if the operation succeeds. |