FRichCurveEditorModel::Evaluate

Evaluate this curve at the specified time

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FCurveModel::Evaluate()

FRichCurveEditorModel::Evaluate()

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/RichCurveEditorModel.h

Include

#include "RichCurveEditorModel.h"

Source

/Engine/Source/Editor/CurveEditor/Private/RichCurveEditorModel.cpp

Syntax

virtual bool Evaluate
(
    double InTime,
    double & OutValue
) const

Remarks

Evaluate this curve at the specified time

Returns

true if this curve was successfully evaluated, false otherwise

Parameters

Parameter

Description

InTime

The time to evaluate at, in seconds.

Outvalue

Value to receive the evaluation result