SplineComponent-GetTransformAtDistanceAlongSpline(float_SplineCoordinateSpace_Transform).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.SplineComponent
SplineComponent.GetTransformAtDistanceAlongSpline(float, UnrealEngine.Framework.SplineCoordinateSpace, UnrealEngine.Framework.Transform) Method
Retrieves the transform at the given distance along the length of the spline
public void GetTransformAtDistanceAlongSpline(float distance, UnrealEngine.Framework.SplineCoordinateSpace coordinateSpace, ref UnrealEngine.Framework.Transform value);
Parameters
distance System.Single
coordinateSpace SplineCoordinateSpace
value Transform