USplineComponent::AddPoint

Adds an [FSplinePoint](API\Runtime\Engine\Components\FSplinePoint) to the spline.

Windows
MacOS
Linux

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

Syntax

void AddPoint
(
    const FSplinePoint & Point,
    bool bUpdateSpline
)

Remarks

Adds an FSplinePoint to the spline. This contains its input key, position, tangent, rotation and scale.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss