FCurveEdInterface::EvalSub

Evaluate a subcurve at an arbitary point.

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss