Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Animation/ControlRigSpline/Source/ControlRigSpline/Public/ControlRigSplineTypes.h |
Include |
#include "ControlRigSplineTypes.h" |
USTRUCT(BlueprintType)
struct FControlRigSpline
Name | Description | ||
---|---|---|---|
|
TSharedPtr< FCo... |
SplineData |
Name | Description | |
---|---|---|
|
FControlRigSpline() |
|
|
FControlRigSpline ( |
Name | Description | |
---|---|---|
|
~FControlRigSpline() |
Name | Description | ||
---|---|---|---|
|
PositionAtParam ( |
Given an InParam float in [0, 1], will return the position of the spline at that point. |
|
|
SetControlPoints ( |
Sets the control points in the spline. |
|
|
TangentAtParam ( |
Given an InParam float in [0, 1], will return the tangent vector of the spline at that point. |
Name | Description | ||
---|---|---|---|
|
FControlRigS... |
operator= ( |