FCurveModel::Evaluate

Evaluate this curve at the specified time

Unreal Engine C++ API Reference > Editor > CurveEditor > FCurveModel

  • FCurveModel::Evaluate()

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/CurveModel.h
Include #include "CurveModel.h"
bool Evaluate
(
    double InTime,
    double & OutValue
) const

Remarks

Evaluate this curve at the specified time true if this curve was successfully evaluated, false otherwise

Parameters

Name Description
InTime The time to evaluate at, in seconds.
Outvalue Value to receive the evaluation result

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library