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