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 RequestVariableDropOnPanel
(
UEdGraph * InGraph,
FProperty * InVariableToDrop,
const FVector2D & InDropPosition,
const FVector2D & InScreenPosition
)
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 |