ICurveEditorKeyDragOperation::Initialize

Initialize this drag operation using the specified curve editor pointer and an optional cardinal point

Windows
MacOS
Linux

References

Module

CurveEditor

Header

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

Include

#include "ICurveEditorDragOperation.h"

Source

/Engine/Source/Editor/CurveEditor/Private/DragOperations/ICurveEditorDragOperation.cpp

Syntax

void Initialize
(
    FCurveEditor * InCurveEditor,
    const TOptional< FCurvePointHandle > & CardinalPoint
)

Remarks

Initialize this drag operation using the specified curve editor pointer and an optional cardinal point

Parameters

Parameter

Description

InCurveEditor

Curve editor pointer. Guaranteed to persist for the lifetime of this drag.

CardinalPoint

The point that should be considered the origin of this drag.

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