Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph > API/Plugins/RigVMDeveloper/EdGraph/URigVMEdGraphSchema
- UEdGraphSchema::RequestVariableDropOnPanel()
- URigVMEdGraphSchema::RequestVariableDropOnPanel()
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
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 |