ue_select_actors
Select actors in Unreal Editor by specifying actor paths. Replace the current selection by default, or add to the existing selection with the addToSelection parameter.
Instructions
Select actors in the Unreal Editor. By default, replaces the current selection. Set addToSelection=true to add to the existing selection instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actorPaths | Yes | Array of actor paths to select | |
| addToSelection | No | Add to existing selection |