Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
Request to drop a variable on a node
the response to rejection or performing the drop
Parameter |
Description |
---|---|
InGraph |
The graph the drop is subject of |
InVariableToDrop |
The variable we want to drop |
InNode |
The node we want to drop onto |
InDropPosition |
The position inside of the graph |
InScreenPosition |
The position inside of the screen |