I marked this as the answer in case anyone else wants to use this, but I ended up exporting the positions to JSON using a python script and importing it into unreal by parsing the json in a c++ class. Seemed to be the less finicky option for the exact thing I wanted to do. I appreciate the answer!
1 Like