UEdGraphSchema::CreateConnectionDrawingPolicy

Returns new [FConnectionDrawingPolicy](API\Editor\GraphEditor\FConnectionDrawingPolicy) from this schema

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual FConnectionDrawingPolicy * CreateConnectionDrawingPolicy
(
    int32 InBackLayerID,
    int32 InFrontLayerID,
    float InZoomFactor,
    const FSlateRect & InClippingRect,
    class FSlateWindowElementList & InDrawElements,
    class UEdGraph * InGraphObj
) const

Remarks

Returns new FConnectionDrawingPolicy from this schema