UEdGraphSchema_BehaviorTree::CreateConnectionDrawingPolicy

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

Unreal Engine C++ API Reference > Editor > BehaviorTreeEditor > UEdGraphSchema_BehaviorTree

References

   
Module BehaviorTreeEditor
Header /Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTree.h
Include #include "EdGraphSchema_BehaviorTree.h"
Source /Engine/Source/Editor/BehaviorTreeEditor/Private/EdGraphSchema_BehaviorTree.cpp
virtual [FConnectionDrawingPolicy](API\Editor\GraphEditor\FConnectionDrawingPolicy) * CreateConnectionDrawingPolicy
(
    int32 InBackLayerID,
    int32 InFrontLayerID,
    float InZoomFactor,
    const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & InClippingRect,
    class [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & InDrawElements,
    class [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph) * InGraphObj
) const

Remarks

Returns new FConnectionDrawingPolicy from this schema


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library