ICurveEditorKeyDragOperation::Initialize

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

Choose your operating system:

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.