Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FKismetVariableDragDropAction
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BPVariableDragDropAction.h |
| Include | #include "BPVariableDragDropAction.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BPVariableDragDropAction.cpp |
bool CanVariableBeDropped
&40;
const FProperty &42; InVariableProperty,
const UEdGraph & InGraph
&41; const
Remarks
Checks if the property can be dropped in a graph
Parameters
| Name | Description |
|---|---|
| InVariableProperty | The variable property to check with |
| InGraph | The graph to check against placing the variable |