Navigation
API > API/Editor > API/Editor/KismetCompiler > API/Editor/KismetCompiler/FKismetFunctionContext
References
| Module | KismetCompiler |
| Header | /Engine/Source/Editor/KismetCompiler/Public/KismetCompiledFunctionContext.h |
| Include | #include "KismetCompiledFunctionContext.h" |
void InsertWireTrace
&40;
FBlueprintCompiledStatement &42; GotoStatement,
UEdGraphPin &42; AssociatedExecPin
&41;
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. |