SplineComponent-GetLocationAndTangentAtSplinePoint(int_SplineCoordinateSpace_Vector3_Vector3).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.SplineComponent
SplineComponent.GetLocationAndTangentAtSplinePoint(int, UnrealEngine.Framework.SplineCoordinateSpace, System.Numerics.Vector3, System.Numerics.Vector3) Method
Retrieves the location and tangent at the spline point
public void GetLocationAndTangentAtSplinePoint(int pointIndex, UnrealEngine.Framework.SplineCoordinateSpace coordinateSpace, ref System.Numerics.Vector3 location, ref System.Numerics.Vector3 tangent);
Parameters
pointIndex System.Int32
coordinateSpace SplineCoordinateSpace
location System.Numerics.Vector3
tangent System.Numerics.Vector3