FKismetFunctionContext::InsertWireTrace

Makes sure an KCST_WireTraceSite is inserted before the specified statement, and associates the specified pin with the inserted wire-trace (so we can backwards engineer which pin triggered the goto).

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

References

   
Module KismetCompiler
Header /Engine/Source/Editor/KismetCompiler/Public/KismetCompiledFunctionContext.h
Include #include "KismetCompiledFunctionContext.h"
void InsertWireTrace
(
    [FBlueprintCompiledStatement](API\Editor\KismetCompiler\FBlueprintCompiledStatement) * GotoStatement,
    [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * AssociatedExecPin
)

Remarks

Makes sure an KCST_WireTraceSite is inserted before the specified statement, and associates the specified pin with the inserted wire-trace (so we can backwards engineer which pin triggered the goto).

Parameters

Name Description
GotoStatement The statement to insert a goto before.
AssociatedExecPin The pin responsible for executing the goto.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library