Skip to content

FSMGraphSchemaAction_NewComment¶

Module: SMSystemEditor

#include <SMGraphSchemaActions.h>

Inherits from FEdGraphSchemaAction

Description¶

struct FSMGraphSchemaAction_NewComment;

Action to create new comment

Public Functions¶

Name
FSMGraphSchemaAction_NewComment()
FSMGraphSchemaAction_NewComment(FText InNodeCategory, FText InMenuDesc, FText InToolTip, const int32 InGrouping)
virtual UEdGraphNode * PerformAction(class UEdGraph * ParentGraph, UEdGraphPin * FromPin, const FVector2D Location, bool bSelectNewNode =true) override

Public Functions Documentation¶

function FSMGraphSchemaAction_NewComment¶

inline FSMGraphSchemaAction_NewComment()

function FSMGraphSchemaAction_NewComment¶

inline FSMGraphSchemaAction_NewComment(
    FText InNodeCategory,
    FText InMenuDesc,
    FText InToolTip,
    const int32 InGrouping
)

function PerformAction¶

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