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
(
UEdGraphNode * Node,
FProperty * NewVariableProperty,
TArray < class UEdGraphPin * > & OutBroken
)
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 |