FRichCurveEditorModel::Evaluate

Evaluate this curve at the specified time

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

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