Navigation
API > API/Editor > API/Editor/KismetCompiler > API/Editor/KismetCompiler/FNodeHandlingFunctor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBlueprintCompiledStatement & GenerateSimpleThenGoto
(
FKismetFunctionContext& Context, |
Generate a goto corresponding to the then pin(s) | KismetCompilerMisc.h | |
FBlueprintCompiledStatement & GenerateSimpleThenGoto
(
FKismetFunctionContext& Context, |
Generate a goto on the corresponding exec pin. | KismetCompilerMisc.h |
GenerateSimpleThenGoto(FKismetFunctionContext &, UEdGraphNode &)
Description
Generate a goto corresponding to the then pin(s)
| Name | GenerateSimpleThenGoto |
| Type | function |
| Header File | /Engine/Source/Editor/KismetCompiler/Public/KismetCompilerMisc.h |
| Include Path | #include "KismetCompilerMisc.h" |
| Source | /Engine/Source/Editor/KismetCompiler/Private/KismetCompilerMisc.cpp |
FBlueprintCompiledStatement & GenerateSimpleThenGoto
(
FKismetFunctionContext & Context,
UEdGraphNode & Node
)
GenerateSimpleThenGoto(FKismetFunctionContext &, UEdGraphNode &, UEdGraphPin *)
Description
Generate a goto on the corresponding exec pin.
| Name | GenerateSimpleThenGoto |
| Type | function |
| Header File | /Engine/Source/Editor/KismetCompiler/Public/KismetCompilerMisc.h |
| Include Path | #include "KismetCompilerMisc.h" |
| Source | /Engine/Source/Editor/KismetCompiler/Private/KismetCompilerMisc.cpp |
FBlueprintCompiledStatement & GenerateSimpleThenGoto
(
FKismetFunctionContext & Context,
UEdGraphNode & Node,
UEdGraphPin * ThenExecPin
)