FSoundClassGraphSchemaAction_NewNode

Action to add a node to the graph

Windows
MacOS
Linux

Inheritance Hierarchy

FEdGraphSchemaAction

FSoundClassGraphSchemaAction_NewNode

References

Module

AudioEditor

Header

/Engine/Source/Editor/AudioEditor/Classes/SoundClassGraph/SoundClassGraphSchema.h

Include

#include "SoundClassGraph/SoundClassGraphSchema.h"

Syntax

struct FSoundClassGraphSchemaAction_NewNode : public FEdGraphSchemaAction

Remarks

Action to add a node to the graph

Variables

Name Description

Public variable

FString

 

NewSoundClassName

Name for the new SoundClass

Constructors

Name Description

Public function

FSoundClassGraphSchemaAction_NewNode()

Public function

FSoundClassGraphSchemaAction_NewNode

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

Functions

Name Description

Public function Static

FName

 

StaticGetTypeId()

Simple type info.

Overridden from FEdGraphSchemaAction

Name Description

Public function Virtual Const

FName

 

GetTypeId()

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