FPinConnectionResponse

This is a response from CanCreateConnection, indicating if the connecting action is legal and what the result will be

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

struct FPinConnectionResponse

Remarks

This is a response from CanCreateConnection, indicating if the connecting action is legal and what the result will be

Variables

Name Description

Public variable

FText

 

Message

Public variable

TEnumAsByte< en...

 

Response

Constructors

Name Description

Public function

FPinConnectionResponse()

Public function

FPinConnectionResponse

(
    const ECanCreateConnectionResponse ...,
    FString InMessage
)

Public function

FPinConnectionResponse

(
    const ECanCreateConnectionResponse ...,
    const ANSICHAR* InMessage
)

Public function

FPinConnectionResponse

(
    const ECanCreateConnectionResponse ...,
    const WIDECHAR* InMessage
)

Public function

FPinConnectionResponse

(
    const ECanCreateConnectionResponse ...,
    FText InMessage
)

Functions

Name Description

Public function Const

bool

 

CanSafeConnect()

If a connection can be made without breaking existing connections

Public function Const

bool

 

IsFatal()

Public function

void

 

SetFatal()