Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/Interpolation.h |
Include |
#include "Interpolation.h" |
class FInterpEdInputInterface
Defines a set of functions that provide drag drop functionality for the interp editor classes.
Name | Description | ||
---|---|---|---|
|
AcceptsDropping ( |
||
|
BeginDrag ( |
Lets the interface object know that we are beginning a drag operation. |
|
|
DrawDragObject ( |
Allows the object being dragged to be draw on the canvas. |
|
|
DrawDropObject ( |
Allows the object being dropped on to draw on the canvas. |
|
|
EndDrag ( |
Lets the interface object know that we are ending a drag operation. |
|
|
EMouseCursor... |
GetMouseCursor ( |
|
|
UObject *... |
GetUObject() |
|
|
ObjectDragged ( |
Called when an object is dragged. |
|
|
ShouldDropObject ( |