Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/Asset
Set the package dirty flag for an asset
Target is Editor Asset Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | Object | Object we want to set the package dirty state. |
| boolean | Dirty State | The dirty state, true mean the asset package need to be save. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | True if the operation succeeds. |