UEdGraphSchema_K2::CollapseGatewayNode

Makes connections into/or out of the gateway node, connect directly to the associated networks on the opposite side of the tunnel When done, none of the pins on the gateway node will be connected to anything.

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h

Include

#include "EdGraphSchema_K2.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp

Syntax

bool CollapseGatewayNode
(
    UK2Node * InNode,
    UEdGraphNode * InEntryNode,
    UEdGraphNode * InResultNode,
    class FKismetCompilerContext * CompilerContext,
    TSet< UEdGraphNode * > * OutExpandedNodes
) const

Remarks

Makes connections into/or out of the gateway node, connect directly to the associated networks on the opposite side of the tunnel When done, none of the pins on the gateway node will be connected to anything. Requires both this gateway node and it's associated node to be in the same graph already (post-merging)

Returns

Returns TRUE if successful

Parameters

Parameter

Description

InGatewayNode

The function or tunnel node

InEntryNode

The entry node in the inner graph

InResultNode

The result node in the inner graph

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