FAISchemaAction_AddComment

Action to add a comment to the graph

Windows
MacOS
Linux

Inheritance Hierarchy

FEdGraphSchemaAction

FAISchemaAction_AddComment

References

Module

AIGraph

Header

/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h

Include

#include "AIGraphSchema.h"

Syntax

struct FAISchemaAction_AddComment : public FEdGraphSchemaAction

Remarks

Action to add a comment to the graph

Constructors

Name Description

Public function

FAISchemaAction_AddComment()

Public function

FAISchemaAction_AddComment

(
    FText InDescription,
    FText InToolTip
)

Overridden from FEdGraphSchemaAction

Name Description

Public function Virtual

UEdGraphNode...

 

PerformAction

(
    UEdGraph* ParentGraph,
    UEdGraphPin* FromPin,
    const FVector2D Location,
    bool bSelectNewNode
)

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

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