ue_get_all_actors
Retrieve all actors in the current Unreal Engine level, with optional filtering by class name. Returns actor paths for use with property or function tools.
Instructions
Get a list of all actors in the current level. Optionally filter by class name to get only specific actor types. Returns actor paths that can be used with other tools like ue_get_property or ue_call_function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| classFilter | No | Optional class name to filter actors |