Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphSchema
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool RequestVariableDropOnNode
(
UEdGraph* InGraph, |
Request to drop a variable on a node | EdGraph/EdGraphSchema.h | |
virtual bool RequestVariableDropOnNode
(
UEdGraph* InGraph, |
EdGraph/EdGraphSchema.h |
RequestVariableDropOnNode(UEdGraph , FProperty , UEdGraphNode *, const FVector2D &, const FVector2D &)
Description
Request to drop a variable on a node
| Name | RequestVariableDropOnNode |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
virtual bool RequestVariableDropOnNode
(
UEdGraph * InGraph,
FProperty * InVariableToDrop,
UEdGraphNode * InNode,
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 |
| InNode | The node we want to drop onto |
| InDropPosition | The position inside of the graph |
| InScreenPosition | The position inside of the screen |
RequestVariableDropOnNode(UEdGraph , FProperty , UEdGraphNode *, const FVector2f &, const FVector2f &)
| Name | RequestVariableDropOnNode |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
virtual bool RequestVariableDropOnNode
(
UEdGraph * InGraph,
FProperty * InVariableToDrop,
UEdGraphNode * InNode,
const FVector2f & InDropPosition,
const FVector2f & InScreenPosition
) const