Print(MakeShortestRotationBetween(vector3{X:=-7616.0, Y:=-3840.0, Z:=-100.0}, vector3{X:=256.0, Y:=576.0, Z:=-100.0}))
That code is throwing the error:
This function parameter expects a value of type tuple([]char,?Duration:float = ...,?Color:color = ...), but this argument is an incompatible value of type rotation.(3509)
(/UnrealEngine.com/Temporary/SpatialMath:)vector3<computes><concrete><native><public>
Am I inputting the variables incorrectly?