Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/CurveEditor/Public/ICurveEditorDragOperation.h |
Include |
#include "ICurveEditorDragOperation.h" |
Source |
/Engine/Source/Editor/CurveEditor/Private/DragOperations/ICurveEditorDragOperation.cpp |
void Initialize
(
FCurveEditor * InCurveEditor,
const TOptional< FCurvePointHandle > & CardinalPoint
)
Initialize this drag operation using the specified curve editor pointer and an optional cardinal point
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. |