IntVector

I would like to use an intVector inside a struct but its not an option. When I make “myIntVector” and use it inside a struct everything gets VERY SLOW even if I’m not writing new values to that myIntVector in the struct. If I switch out myintvector for vector3, everything is fine. Also, if use separate ints inside a struct its fine. Anyone have this issue?

1d9c7ddc3fe0299c20408ea40a68f741bfb884f8.jpeg