SplineComponent-GetTransformAtDistanceAlongSpline(float_SplineCoordinateSpace).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.SplineComponent

SplineComponent.GetTransformAtDistanceAlongSpline(float, UnrealEngine.Framework.SplineCoordinateSpace) Method

Returns the transform at the given distance along the length of the spline

public UnrealEngine.Framework.Transform GetTransformAtDistanceAlongSpline(float distance, UnrealEngine.Framework.SplineCoordinateSpace coordinateSpace);

Parameters

distance System.Single

coordinateSpace SplineCoordinateSpace

Returns

Transform