Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/EditorLoadingAndSaving
Looks at all currently loaded packages and saves them if their "bDirty" flag is set. Assume all dirty packages should be saved and check out from source control (if enabled).
Target is Editor Loading and Saving Utils
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| boolean | Save Map Packages | true if map packages should be saved |
| boolean | Save Content Packages | true if we should save content packages. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | true on success, false on fail. |