UEdGraphSchema_Niagara::CreateConnectionDrawingPolicy

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

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::CreateConnectionDrawingPolicy()

UEdGraphSchema_Niagara::CreateConnectionDrawingPolicy()

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/EdGraphSchema_Niagara.h

Include

#include "EdGraphSchema_Niagara.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/EdGraphSchema_Niagara.cpp

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss