SplineComponent-GetTransformAtSplinePoint(int_SplineCoordinateSpace_bool_Transform).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.SplineComponent

SplineComponent.GetTransformAtSplinePoint(int, UnrealEngine.Framework.SplineCoordinateSpace, bool, UnrealEngine.Framework.Transform) Method

Retrieves the transform at the spline point

public void GetTransformAtSplinePoint(int pointIndex, UnrealEngine.Framework.SplineCoordinateSpace coordinateSpace, bool useScale, ref UnrealEngine.Framework.Transform value);

Parameters

pointIndex System.Int32

coordinateSpace SplineCoordinateSpace

useScale System.Boolean

value Transform