level_actors
List actors in the current Unreal Engine level, filtering by name, class, or folder. Optionally include transforms and components for detailed inspection.
Instructions
List actors in the current level with optional filters. Returns name, class, folder, and optionally transforms and components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max actors to return (default 500) | |
| name_filter | No | Filter by actor label (supports * and ? wildcards) | |
| class_filter | No | Filter by class name (supports * and ? wildcards) | |
| folder_filter | No | Filter by World Outliner folder prefix | |
| include_components | No | Include component list (default false) | |
| include_transforms | No | Include location/rotation/scale (default true) |