Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USplineComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SplineComponent.h |
| Include | #include "Components/SplineComponent.h" |
UFUNCTION (BlueprintCallable, Category=Spline,
Meta=(DeprecatedFunction, DeprecationMessage="Please use GetLocationAndTangentAtSplinePoint, specifying SplineCoordinateSpace::Local"))
void GetLocalLocationAndTangentAtSplinePoint
(
int32 PointIndex,
FVector & LocalLocation,
FVector & LocalTangent
) const
Remarks
Get local location and tangent at a spline point