Skip to main content

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.
PinTypeDescription
ActorAActor*The actor to register

Example

Spawn Actor from Class (BP_Column)

Register Visual Actor
    Actor: [return value from Spawn Actor]
Prefer Spawn Visual Actor over this pattern — it does both steps in one node.