scene (module)¶
Module-level functions for querying and manipulating the current level.
Import¶
Functions¶
scene.all()¶
Get all actors in the current level.
scene.selected()¶
Get the currently selected actors.
scene.select(actors_or_names)¶
Set the viewport selection. Accepts Actor wrappers, UE actors, or label strings.
scene.find(name_pattern)¶
Find actors by glob pattern (case-insensitive).
scene.find_by_type(class_name)¶
Find actors by UE class name (case-insensitive).
scene.find_by_tag(tag)¶
Find actors that have a specific tag.