Navigation
API > API/Editor > API/Editor/KismetCompiler > API/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 CopyPinLinksToIntermediate
&40;
UEdGraphPin & SourcePin,
UEdGraphPin & IntermediatePin
&41;
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. |