Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphSchema
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool RequestVariableDropOnPanel
(
UEdGraph* InGraph, |
Request to drop a variable on a panel | EdGraph/EdGraphSchema.h | |
virtual bool RequestVariableDropOnPanel
(
UEdGraph* InGraph, |
EdGraph/EdGraphSchema.h |
RequestVariableDropOnPanel(UEdGraph , FProperty , const FVector2D &, const FVector2D &)
Description
Request to drop a variable on a panel
| Name | RequestVariableDropOnPanel |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
virtual bool RequestVariableDropOnPanel
(
UEdGraph * InGraph,
FProperty * InVariableToDrop,
const FVector2D & InDropPosition,
const FVector2D & InScreenPosition
) const
the response to rejection or performing the drop
Parameters
| Name | Remarks |
|---|---|
| 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 |
RequestVariableDropOnPanel(UEdGraph , FProperty , const FVector2f &, const FVector2f &)
| Name | RequestVariableDropOnPanel |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
virtual bool RequestVariableDropOnPanel
(
UEdGraph * InGraph,
FProperty * InVariableToDrop,
const FVector2f & InDropPosition,
const FVector2f & InScreenPosition
) const