Navigation
API > API/Plugins > API/Plugins/MetaHumanImageViewerEditor
| Name | FMetaHumanCurveEditorDelayedDrag |
| Type | struct |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanImageViewerEditor/Public/MetaHumanCurveDragOperations.h |
| Include Path | #include "MetaHumanCurveDragOperations.h" |
Syntax
struct FMetaHumanCurveEditorDelayedDrag : public FDelayedDrag
Inheritance Hierarchy
- FDelayedDrag → FMetaHumanCurveEditorDelayedDrag
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMetaHumanCurveEditorDelayedDrag
(
FVector2D InInitialPosition, |
Start a delayed drag operation at the specified position and effective key. | MetaHumanCurveDragOperations.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DragImpl | TUniquePtr< IMetaHumanEditorDragOperation > | The drag implementation to use once the drag has started. | MetaHumanCurveDragOperations.h |