FBlueprintEditor::ExtractEventTemplateForFunction

Pulls out the pins to use as a template when collapsing a selection to a function with a custom event involved.

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/BlueprintEditor.h

Include

#include "BlueprintEditor.h"

Source

/Engine/Source/Editor/Kismet/Private/BlueprintEditor.cpp

Syntax

void ExtractEventTemplateForFunction
(
    class UK2Node_CustomEvent * InCustomEvent,
    UEdGraphNode * InGatewayNode,
    class UK2Node_EditablePinBase * InEntryNode,
    class UK2Node_EditablePinBase * InResultNode,
    TSet< UEdGraphNode * > & InCollapsableNodes
)

Remarks

Pulls out the pins to use as a template when collapsing a selection to a function with a custom event involved.

Parameters

Parameter

Description

InCustomEvent

The custom event used as a template

InGatewayNode

The node replacing the selection of nodes

InEntryNode

The entry node in the graph

InResultNode

The result node in the graph

InCollapsableNodes

The selection of nodes being collapsed

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