Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Components/SplineComponent.h |
Include |
#include "Components/SplineComponent.h" |
struct FSplinePoint
Name | Description | ||
---|---|---|---|
|
FVector |
ArriveTangent |
|
|
float |
InputKey |
|
|
FVector |
LeaveTangent |
|
|
FVector |
Position |
|
|
FRotator |
Rotation |
|
|
FVector |
Scale |
|
|
TEnumAsByte< ES... |
Type |
Name | Description | |
---|---|---|
|
FSplinePoint() |
Default constructor |
|
FSplinePoint ( |
Constructor taking a point position |
|
FSplinePoint ( |
Constructor taking a point position and type, and optionally rotation and scale |
|
FSplinePoint ( |
Constructor taking a point position and tangent, and optionally rotation and scale |