Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
- UEdGraphSchema::RequestVariableDropOnPanel()
- URigVMEdGraphSchema::RequestVariableDropOnPanel()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
virtual bool RequestVariableDropOnPanel
&40;
UEdGraph &42; InGraph,
FProperty &42; InVariableToDrop,
const FVector2D & InDropPosition,
const FVector2D & InScreenPosition
&41;
Remarks
Request to drop a variable on a panel 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 |
| InDropPosition | The position inside of the graph |
| InScreenPosition | The position inside of the screen |