FCurveEdInterface::EvalSub

Evaluate a subcurve at an arbitary point.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h

Include

#include "Math/CurveEdInterface.h"

Syntax

virtual float EvalSub
(
    int32 SubIndex,
    float InVal
)

Remarks

Evaluate a subcurve at an arbitary point. Outside the keyframe range, curves are assumed to continue their end values.