Navigation
API > API/Runtime > API/Runtime/Engine
Deprecated base for TBaseBlendedCurve for legacy support We need to use this non-templated base to avoid the deprecated (and now static) members taking up per-instance memory
| Name | FBaseBlendedCurve_DEPRECATED |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
Syntax
struct FBaseBlendedCurve_DEPRECATED
Derived Classes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bInitialized | bool | Animation/AnimCurveTypes.h | |
| CurveWeights | TArray< float > | Animation/AnimCurveTypes.h | |
| NumValidCurveCount | uint16 | Animation/AnimCurveTypes.h | |
| UIDToArrayIndexLUT | TArray< uint16 > const * | Animation/AnimCurveTypes.h | |
| ValidCurveWeights | TBitArray | Animation/AnimCurveTypes.h |