USoundSubmixGraphSchema::CanCreateConnection

Determine if a connection can be created between two pins.

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::CanCreateConnection()

USoundSubmixGraphSchema::CanCreateConnection()

References

Module

AudioEditor

Header

/Engine/Source/Editor/AudioEditor/Classes/SoundSubmixGraph/SoundSubmixGraphSchema.h

Include

#include "SoundSubmixGraph/SoundSubmixGraphSchema.h"

Source

/Engine/Source/Editor/AudioEditor/Private/SoundSubmixGraphSchema.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