Gameplay Camera System - Quick Start bugs

I’ve been following this quick start guide for the new gameplay camera system:

Gameplay Camera System Quick Start | Unreal Engine 5.5 Documentation | Epic Developer Community | Epic Developer Community

I’ve run into several problems while using this:

  1. Copy pasting a populated “SetCameraRigParameters” node causes the editor to crash
  2. Attempting to bind a variable to a parameter in a camera rig node (i.e. BoomArm->BoomOffset), that has an attached pin causes the editor to crash.
  3. The method described to push variables to Camera Rigs (SetCameraRigParameters) does not seem to have any effect at all on my machine. I’ve had to bypass it by using a CameraVariableCollection, and the SetVariable node