Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
- UEdGraphSchema::CanVariableBeDropped()
- UEdGraphSchema_K2::CanVariableBeDropped()
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include | #include "EdGraphSchema_K2.h" |
virtual bool CanVariableBeDropped
&40;
UEdGraph &42; InGraph,
FProperty &42; InVariableToDrop
&41; const
Remarks
Check whether variables can be dropped onto the graph the response to rejection or allowing the drop
Parameters
| Name | Description |
|---|---|
| InGraph | The graph the drop is subject of |
| InVariableToDrop | The variable we want to drop |