UEdGraphSchema_Niagara::CanCreateConnection

Determine if a connection can be created between two pins.

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::CanCreateConnection()

UEdGraphSchema_Niagara::CanCreateConnection()

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 const FPinConnectionResponse CanCreateConnection
(
    const UEdGraphPin * A,
    const UEdGraphPin * B
) const

Remarks

Determine if a connection can be created between two pins.

Returns

An empty string if the connection is legal, otherwise a message describing why the connection would fail.

Parameters

Parameter

Description

A

The first pin.

B

The second pin.

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