inspect
Inspect UObjects in Unreal Engine: read and set properties, list components, query class info, and export snapshots.
Instructions
Inspect any UObject: read/write properties, list components, export snapshots, and query class info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Name of the tag. | |
| name | No | Name identifier. | |
| value | No | Generic value (any type). | |
| action | Yes | Action | |
| filter | No | ||
| format | No | ||
| actorName | No | Name of the actor. | |
| className | No | ||
| classPath | No | Asset path (e.g., /Game/Path/Asset). | |
| objectPath | No | Asset path (e.g., /Game/Path/Asset). | |
| outputPath | No | Output file or directory path. | |
| propertyName | No | Name of the property. | |
| propertyPath | No | ||
| snapshotName | No | ||
| componentName | No | Name of the component. | |
| destinationPath | No | Destination path for move/copy. |