A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
NewComment_DialogueGraphSchemaAction.h
Go to the documentation of this file.
1
// Copyright Csaba Molnar, Daniel Butum. All Rights Reserved.
2
#pragma once
3
4
#include "EdGraph/EdGraphSchema.h"
5
#include "Templates/SubclassOf.h"
6
7
#include "NewComment_DialogueGraphSchemaAction.generated.h"
8
9
class
UEdGraph
;
10
12
USTRUCT()
13
struct
FNewComment_DialogueGraphSchemaAction
: public
FEdGraphSchemaAction
14
{
15
GENERATED_USTRUCT_BODY();
16
17
FNewComment_DialogueGraphSchemaAction
() :
FEdGraphSchemaAction
() {}
18
FNewComment_DialogueGraphSchemaAction
(
const
FText
& InNodeCategory,
const
FText
& InMenuDesc,
const
FText
& InToolTip, int32 InGrouping)
19
:
FEdGraphSchemaAction
(InNodeCategory, InMenuDesc, InToolTip, InGrouping) {}
20
21
//~ Begin FEdGraphSchemaAction Interface
22
UEdGraphNode
* PerformAction(
UEdGraph
* ParentGraph, UEdGraphPin* FromPin,
const
FVector2D Location,
bool
bSelectNewNode =
true
)
override
;
23
//~ End FEdGraphSchemaAction Interface
24
};
FEdGraphSchemaAction
FText
UEdGraph
UEdGraphNode
FNewComment_DialogueGraphSchemaAction
USTRUCT()
Definition
NewComment_DialogueGraphSchemaAction.h:16
FNewComment_DialogueGraphSchemaAction::GENERATED_USTRUCT_BODY
GENERATED_USTRUCT_BODY()
FNewComment_DialogueGraphSchemaAction::FNewComment_DialogueGraphSchemaAction
FNewComment_DialogueGraphSchemaAction(const FText &InNodeCategory, const FText &InMenuDesc, const FText &InToolTip, int32 InGrouping)
Definition
NewComment_DialogueGraphSchemaAction.h:20
FNewComment_DialogueGraphSchemaAction::FNewComment_DialogueGraphSchemaAction
FNewComment_DialogueGraphSchemaAction()
Definition
NewComment_DialogueGraphSchemaAction.h:19
FNewComment_DialogueGraphSchemaAction::PerformAction
UEdGraphNode * PerformAction(UEdGraph *ParentGraph, UEdGraphPin *FromPin, const FVector2D Location, bool bSelectNewNode=true) override
Definition
NewComment_DialogueGraphSchemaAction.cpp:12
SDKDemo
Plugins
UnrealEngineSDK
VisualScripter
Source
DlgSystemEditor
Private
DialogueEditor
Graph
SchemaActions
NewComment_DialogueGraphSchemaAction.h
Generated
Wed Oct 9 2024 19:52:55
by Doxygen version
1.10.0