How to Access Blueprint Variable Real-time to Copy

I was trying to upload an image but I’m being told the maximum file size has been exceeded.

Implementation:

  1. I created a level that allows me to transform the bones of my skeletal mesh real-time by storing the Rotations in a Rotator array.
  2. I’m looking to copy the updated values from this array and paste them into the Rotator array of my datatable.

I am able to paste into the array, but I’m not able to access the real-time updated value of the array in order to copy it.