> ## Documentation Index
> Fetch the complete documentation index at: https://xrlive.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Register Visual Actor

> Register an existing actor for automatic cleanup

## Blueprint node

**Category:** `XRLIVE | ACTORS`

Use this when you have already spawned an actor using the standard **Spawn Actor from Class** node and want to opt it into automatic cleanup.

| Pin     | Type      | Description           |
| ------- | --------- | --------------------- |
| `Actor` | `AActor*` | The actor to register |

## Example

```
Spawn Actor from Class (BP_Column)
    ↓
Register Visual Actor
    Actor: [return value from Spawn Actor]
```

<Tip>
  Prefer `Spawn Visual Actor` over this pattern — it does both steps in one node.
</Tip>
