list_actors
List all actors in the current Unreal Engine level. Filter results by actor class or name substring to find specific objects.
Instructions
List all actors in the current level, optionally filtered by class.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_filter | No | Filter by name substring | |
| class_filter | No | Filter by actor class (e.g., StaticMeshActor, PointLight) |