IBufferedCurveModel::DrawCurve

Draws the curve into an array of (input, output) pairs with a given screen space

Windows
MacOS
Linux

References

Module

CurveEditor

Header

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

Include

#include "IBufferedCurveModel.h"

Syntax

void DrawCurve
(
    const FCurveEditor & CurveEditor,
    const FCurveEditorScreenSpace & ScreenSpace,
    TArray< TTuple< double, double >> & InterpolatingPoints
) const

Remarks

Draws the curve into an array of (input, output) pairs with a given screen space

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