FKismetCompilerContext::CopyPinLinksToIntermediate

Copies pin links over from the source-pin to the specified intermediate, and validates the result (additionally logs a redirect from the intermediate-pin back to the source so we can back trace for debugging, etc.)

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

/Engine/Source/Editor/KismetCompiler/Public/KismetCompiler.h

Include

#include "KismetCompiler.h"

Source

/Engine/Source/Editor/KismetCompiler/Private/KismetCompiler.cpp

Syntax

FPinConnectionResponse CopyPinLinksToIntermediate
(
    UEdGraphPin & SourcePin,
    UEdGraphPin & IntermediatePin
)

Remarks

Copies pin links over from the source-pin to the specified intermediate, and validates the result (additionally logs a redirect from the intermediate-pin back to the source so we can back trace for debugging, etc.)

Returns

The result from calling the schema's CopyPinLinks().

Parameters

Parameter

Description

SourcePin

The pin whose links you want copied.

IntermediatePin

The pin you want the SourcePin's links copied to.

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