Navigation
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) MovePinLinksToIntermediate ( [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) & SourcePin, [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) & IntermediatePin )
Remarks
Moves 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 MovePinLinks().
Parameters
Name | Description |
---|---|
SourcePin | The pin you want disconnected. |
IntermediatePin | The pin you want the SourcePin's links moved to. |