FGraphActionListBuilderBase::ActionGroup::PerformAction

Goes through all actions and calls PerformAction on them individually

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h

Include

#include "EdGraph/EdGraphSchema.h"

Source

/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp

Syntax

void PerformAction
(
    class UEdGraph * ParentGraph,
    TArray< UEdGraphPin * > & FromPins,
    const FVector2D Location
)

Remarks

Goes through all actions and calls PerformAction on them individually

Parameters

Parameter

Description

ParentGraph

The graph we are operating in the context of.

FromPins

Optional pins that the action was dragged from.

Location

The position on the graph to place new nodes.

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