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.)

Unreal Engine C++ API Reference > Editor > KismetCompiler > FKismetCompilerContext

References

   
Module KismetCompiler
Header /Engine/Source/Editor/KismetCompiler/Public/KismetCompiler.h
Include #include "KismetCompiler.h"
Source /Engine/Source/Editor/KismetCompiler/Private/KismetCompiler.cpp
[FPinConnectionResponse](API\Runtime\Engine\EdGraph\FPinConnectionResponse) CopyPinLinksToIntermediate
(
    [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) & SourcePin,
    [UEdGraphPin](API\Runtime\Engine\EdGraph\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.) The result from calling the schema's CopyPinLinks().

Parameters

Name Description
SourcePin The pin whose links you want copied.
IntermediatePin The pin you want the SourcePin's links copied to.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library