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

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

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

Include

#include "KismetCompiledFunctionContext.h"

Syntax

void InsertWireTrace
(
    FBlueprintCompiledStatement * GotoStatement,
    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

Parameter

Description

GotoStatement

The statement to insert a goto before.

AssociatedExecPin

The pin responsible for executing the goto.

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