PositionThisNodeBetweenOtherNodes

Overload list

Unreal Engine C++ API Reference > Editor > GraphEditor > SGraphNode

  Type Name Description
Protected function Const void

PositionThisNodeBetweenOtherNodes ( const FVector2D& PrevPos,
const FVector2D& NextPos,
float HeightAboveWire
)

 
Protected function Const void

PositionThisNodeBetweenOtherNodes ( const TMap< UObject*, TSharedRef< SNode > >& NodeToWidgetLookup,
UEdGraphNode* PreviousNode,
UEdGraphNode* NextNode,
float HeightAboveWire
)

 
Protected function Const void

PositionThisNodeBetweenOtherNodes ( const TMap< UObject*, TSharedRef< SNode > >& NodeToWidgetLookup,
TSet< UEdGraphNode* >& PreviousNodes,
TSet< UEdGraphNode* >& NextNodes,
float HeightAboveWire
)

 

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page