get_actor_identity
Retrieve the complete identity of an Unreal Engine actor, including its label, object name, full path, class, and Blueprint generated-class path, for inspection and editor automation.
Instructions
Return actor labels, object names, full paths, classes, and Blueprint generated-class paths.
KB: see knowledge_base/10_WORLD_BUILDING.md#overview Example: get_actor_identity()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_all | No | ||
| actor_name_or_label | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |