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 |
void GetLinksThatWillBreak
&40;
UEdGraphNode &42; Node,
FProperty &42; NewVariableProperty,
TArray< class UEdGraphPin &42; > & OutBroken
&41;
Remarks
Test new variable type against existing links for node and get any links that will break
Parameters
| Name | Description |
|---|---|
| Node | The node with existing links |
| NewVariableProperty | the property for the new variable type |
| OutBroken | All of the links which are NOT compatible with the new type |