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" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SplineComponent.cpp |
UFUNCTION (BlueprintCallable, Category=Spline)
void SetTangentsAtSplinePoint
(
int32 PointIndex,
const FVector & InArriveTangent,
const FVector & InLeaveTangent,
ESplineCoordinateSpace::Type CoordinateSpace,
bool bUpdateSpline
)
Remarks
Specify the tangents at a given spline point