Session Changes
What has actually been changed in this project, as a diff. A .uasset is binary and cannot be diffed after the fact, but every verified write here already re-reads the value off the object, so the before and after are real. Reports which asset, which property, from what to what, by which tool, in what order, and which of it is still unsaved. Use it before saving, before giving up on a session, or when something looks wrong and nobody knows what touched it.
hf_session_changesRead onlyArguments
| Name | Type | Description |
|---|---|---|
changed_only | boolean = true | Hide writes that verified but changed nothing, which is usually what you want when asking what changed. Set false to see every mutating call including the no-ops. |
limit | integer = 100 | Most recent entries to return. The oldest are dropped from the answer first, and the count of what was left out is reported. |
object | string | Only entries whose object path contains this. Use it to ask what happened to one asset. |
tool | string | Only entries whose tool name or undo label contains this. |
unsaved_only | boolean = false | Only changes to assets that are still dirty right now. Answers 'what would I lose'. |
Related tools
Nearby in Session changes: