FSoundCueGraphSchemaAction_NewComment

Action to create new comment

Windows
MacOS
Linux

Inheritance Hierarchy

FEdGraphSchemaAction

FSoundCueGraphSchemaAction_NewComment

References

Module

AudioEditor

Header

/Engine/Source/Editor/AudioEditor/Classes/SoundCueGraph/SoundCueGraphSchema.h

Include

#include "SoundCueGraph/SoundCueGraphSchema.h"

Syntax

struct FSoundCueGraphSchemaAction_NewComment : public FEdGraphSchemaAction

Remarks

Action to create new comment

Constructors

Name Description

Public function

FSoundCueGraphSchemaAction_NewComment()

Public function

FSoundCueGraphSchemaAction_NewComment

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

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