list_actors
List actors placed in the current Unreal Editor level. Filter by class name substring and set a maximum result count to inspect specific scene objects.
Instructions
List actors currently placed in the loaded level.
Args: class_name: If set, only return actors whose class name contains this substring (case-insensitive), e.g. "StaticMeshActor". limit: Maximum number of actors to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| class_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |