Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/CurveIdentifier.h |
| Include | #include "Animation/AnimData/CurveIdentifier.h" |
Syntax
struct FAnimationCurveIdentifier
Remarks
Script-friendly structure for identifying an animation curve. Wrapping the unique type and smart-name for use within the AnimDataController API.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EVectorCurveChannel | Axis | ||
| ETransformCurveChannel | Channel | ||
| FName | CurveName | ||
| ERawCurveTrackTypes | CurveType |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAnimationCurveIdentifier
(
const FSmartName& InSmartName, |
Please use the constructor that takes an FName | ||
FAnimationCurveIdentifier
(
const SmartName::UID_Type& InUID, |
Please use the constructor that takes an FName | ||
FAnimationCurveIdentifier
(
const FName& InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
||
| void | PostSerialize
(
const FArchive& Ar |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FAnimationCurveIdentifier& Other |
||
| bool | operator==
(
const FAnimationCurveIdentifier& Other |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FSmartName | InternalName_DEPRECATED |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
FAnimationCurveIdentifier
(
const FSmartName& InSmartName, |
Please use the constructor that takes an FName | ||
FAnimationCurveIdentifier
(
const SmartName::UID_Type& InUID, |
Please use the constructor that takes an FName |