FRichCurveEditorModel::Evaluate

Evaluate this curve at the specified time

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

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/RichCurveEditorModel.h
Include #include "RichCurveEditorModel.h"
Source /Engine/Source/Editor/CurveEditor/Private/RichCurveEditorModel.cpp
virtual 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