Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCurveEdInterface
Description
Evaluate a subcurve at an arbitary point. Outside the keyframe range, curves are assumed to continue their end values.
| Name | EvalSub |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h |
| Include Path | #include "Math/CurveEdInterface.h" |
virtual float EvalSub
(
int32 SubIndex,
float InVal
)