A Demo Project for the UnrealEngineSDK
|
#include "DialogueGraphSchema.h"
#include "Framework/MultiBox/MultiBoxBuilder.h"
#include "UObject/UObjectIterator.h"
#include "ScopedTransaction.h"
#include "AssetData.h"
#include "GraphEditorActions.h"
#include "DialogueGraph.h"
#include "DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DialogueEditor/Nodes/DialogueGraphNode_Edge.h"
#include "SchemaActions/NewComment_DialogueGraphSchemaAction.h"
#include "SchemaActions/NewNode_DialogueGraphSchemaAction.h"
#include "SchemaActions/ConvertSpeechNodesToSpeechSequence_DialogueGraphSchemaAction.h"
Go to the source code of this file.
Macros | |
#define | LOCTEXT_NAMESPACE "DlgDialogueGraphSchema" |
#define LOCTEXT_NAMESPACE "DlgDialogueGraphSchema" |
Definition at line 21 of file DialogueGraphSchema.cpp.