Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- FAnimCurveBase
- FVectorCurve
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include | #include "Animation/AnimCurveTypes.h" |
Syntax
struct FVectorCurve : public FAnimCurveBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRichCurve[3] | FloatCurves | Curve data for float. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVectorCurve () |
|||
FVectorCurve
(
FSmartName InName, |
Please use the constructor that takes an FName. | ||
FVectorCurve
(
FName InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopyCurve
(
const FVectorCurve& SourceCurve |
We don't want to have = operator. This only copies curves, but leaving naming and everything else intact. | |
| bool | |||
| FVector | Evaluate
(
float CurrentTime, |
||
| void | |||
| int32 | GetNumKeys () |
||
| void | Resize
(
float NewLength, |
||
| void | UpdateOrAddKey
(
const FVector& NewKey, |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EIndex |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
FVectorCurve
(
FSmartName InName, |
Please use the constructor that takes an FName. |