Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FKismetConnectionDrawingPolicy
Type
typedef TMap< UEdGraphPin *, FTimePair > FExecPairingMap
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/BlueprintConnectionDrawingPolicy.h |
Include | #include "BlueprintConnectionDrawingPolicy.h" |
Remarks
Map of exec-pins to a pair of execution times (holds timing info for the owning-node, paired with a time of execution for the linked node)... only one timing-pair per pin because exec outputs can only connect to one node