# Actors

This section focuses on ways to interact with Actors in the Viewport

***

## Table of Contents for this Section

<table data-full-width="false"><thead><tr><th width="296">Page</th><th>Contents</th></tr></thead><tbody><tr><td><a data-mention href="actors/get-asset-from-actor">get-asset-from-actor</a></td><td>How to get the Content Browser asset from an Actor</td></tr><tr><td><a data-mention href="actors/spawning-actors">spawning-actors</a></td><td>How to spawn an actor from the Content Browser or by Class</td></tr><tr><td><a data-mention href="actors/get-all-actors-in-3d-level">get-all-actors-in-3d-level</a></td><td>How to list the actors currently in your 3D Level or Sequencer Scene</td></tr><tr><td><a data-mention href="actors/walking-the-actor-hierarchy">walking-the-actor-hierarchy</a></td><td>How to walk the Actor hierarchy</td></tr><tr><td><a data-mention href="actors/walking-components">walking-components</a></td><td>How to walk the component hierarchy on an Actor</td></tr><tr><td><a data-mention href="actors/on-selection-changed-callback">on-selection-changed-callback</a></td><td>How to track the current selection in the 3D Level</td></tr><tr><td><a data-mention href="actors/python-module-example">python-module-example</a></td><td>The demos covered in this section as one single Python Module</td></tr></tbody></table>
