table-columnsAIC Camera Path Actor

The AIC Camera Path Actor is a reference actor used by the Isometric Camera Modify Volume when the Modify Type is set to Path.

This actor contains a single Spline Component, which defines the path the camera will follow. It does not perform any logic on its own β€” instead, it serves as a data container that the camera system uses to calculate smooth transitions and movements along the spline.

Key Points

  • Acts only as a reference actor.

  • Contains one Spline Component that defines the path.

  • Used by volumes with Modify Type = Path to move the camera along a predefined trajectory.

  • Ideal for cinematic sequences, guided perspectives, or dynamic camera transitions.

Last updated