FMaterialGraphSchemaAction_NewComment::PerformAction

Execute this action, given the graph and schema, and possibly a pin that we were dragged from.

Windows
MacOS
Linux

Override Hierarchy

FEdGraphSchemaAction::PerformAction()

FMaterialGraphSchemaAction_NewComment::PerformAction()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphSchema.h

Include

#include "MaterialGraph/MaterialGraphSchema.h"

Source

/Engine/Source/Editor/UnrealEd/Private/MaterialGraphSchema.cpp

Syntax

virtual UEdGraphNode * PerformAction
(
    class UEdGraph * ParentGraph,
    UEdGraphPin * FromPin,
    const FVector2D Location,
    bool bSelectNewNode
)

Remarks

Execute this action, given the graph and schema, and possibly a pin that we were dragged from. Returns a node that was created by this action (if any).

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