FKismetVariableDragDropAction::GetLinksThatWillBreak

Test new variable type against existing links for node and get any links that will break

Unreal Engine C++ API Reference > 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](API\Runtime\Engine\EdGraph\UEdGraphNode) * Node,
    [FProperty](API\Runtime\CoreUObject\UObject\FProperty) * NewVariableProperty,
    [TArray](API\Runtime\Core\Containers\TArray)< class [UEdGraphPin](API\Runtime\Engine\EdGraph\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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library