Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- FCurveElement
- FCurveElementIndexed
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include | #include "Animation/AnimCurveTypes.h" |
Syntax
struct FCurveElementIndexed : public UE::Anim::FCurveElement
Remarks
An element for a named curve value that is also indexed. Useful in bulk curve operations that need to pay heed to disabled curves
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Index |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCurveElementIndexed
(
FName InName, |