I was trying to upload an image but I’m being told the maximum file size has been exceeded.
Implementation:
- 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.
- 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.