Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
virtual bool RequestVariableDropOnNode
&40;
UEdGraph &42; InGraph,
FProperty &42; InVariableToDrop,
UEdGraphNode &42; InNode,
const FVector2D & InDropPosition,
const FVector2D & InScreenPosition
&41;
Remarks
Request to drop a variable on a node the response to rejection or performing the drop
Parameters
| Name | 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 |