Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USplineComponent
Description
Set the rotation of an existing spline point. This also aligns tangents with the forward vector of the rotation.
| Name | SetRotationAtSplinePoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SplineComponent.h |
| Include Path | #include "Components/SplineComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SplineComponent.cpp |
UFUNCTION (BlueprintCallable, Category=Spline)
void SetRotationAtSplinePoint
(
int32 PointIndex,
const FRotator & InRotation,
ESplineCoordinateSpace::Type CoordinateSpace,
bool bUpdateSpline
)