Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- FAnimCurveBase
- FFloatCurve
- FTransformCurve
- FVectorCurve
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include | #include "Animation/AnimCurveTypes.h" |
Syntax
struct FAnimCurveBase
Remarks
Float curve data for one track
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | Color |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAnimCurveBase
(
FName InName, |
|||
FAnimCurveBase
(
FSmartName InName, |
Please use the cosntructor that takes an FName. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | GetColor () |
Get the color used to display this curve in the editor | |
| bool | GetCurveTypeFlag
(
EAnimAssetCurveFlags InFlag |
Return true if InFlag is set, false otherwise | |
| int32 | Returns CurveTypeFlags | ||
| FName | GetName () |
Get the name of this curve | |
| FLinearColor | Make an initial color | ||
| void | PostSerialize
(
const FArchive& Ar |
||
| void | PostSerializeFixup
(
FArchive& Ar |
This allows loading data that was saved between VER_UE4_SKELETON_ADD_SMARTNAMES and FFrameworkObjectVersion::SmartNameRefactor. | |
| bool | |||
| void | SetCurveTypeFlag
(
EAnimAssetCurveFlags InFlag, |
Set InFlag to bValue | |
| void | SetCurveTypeFlags
(
int32 NewCurveTypeFlags |
Set CurveTypeFlags to NewCurveTypeFlags This just overwrites CurveTypeFlags | |
| void | Set the name of this curve | ||
| void | ToggleCurveTypeFlag
(
EAnimAssetCurveFlags InFlag |
Toggle the value of the specified flag |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | LastObservedName_DEPRECATED | ||
| FSmartName | Name_DEPRECATED |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
FAnimCurveBase
(
FSmartName InName, |
Please use the cosntructor that takes an FName. |