Is there an Int version of vector3?

I’m trying to use the X,Y,Z values of a vector3 but I need them as integers.

I thought of casting the float values to Int, but I’m afraid it might break at some point because the casting function has a specifier.

So, is there a vector3 with ints? Or am I doomed to fail miserably?

Thanks! :DD

This should do the trick

BP version
image

1 Like

Appears that Verse only has vector2i implemented in the API.