Skip to content

Commit

Permalink
[G} Rename some more files from Dialogue to Dlg
Browse files Browse the repository at this point in the history
  • Loading branch information
vampy committed Nov 17, 2022
1 parent 1542d8e commit 449740a
Show file tree
Hide file tree
Showing 106 changed files with 280 additions and 277 deletions.
5 changes: 5 additions & 0 deletions Config/BaseDlgSystem.ini
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,8 @@
; v14
+FunctionRedirects=(OldName="/Script/DlgSystem.DlgManager.ChooseChildBasedOnAllOptionIndex", NewName="/Script/DlgSystem.DlgManager.ChooseOptionFromAll")
+FunctionRedirects=(OldName="/Script/DlgSystem.DlgManager.ChooseOptionBasedOnAllOptionIndex", NewName="/Script/DlgSystem.DlgManager.ChooseOptionFromAll")

; v16
+ClassRedirects=(OldName="/Script/DlgSystemEditor.DialogueSearchFilter",NewName="/Script/DlgSystemEditor.DlgSearchFilter")
+ClassRedirects=(OldName="/Script/DlgSystemEditor.DlgDialogueThumbnailRenderer",NewName="/Script/DlgSystemEditor.DlgThumbnailRenderer")
+ClassRedirects=(OldName="/Script/DlgSystemEditor.DlgDialogueFactory",NewName="/Script/DlgSystemEditor.DlgAssetFactory")
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright Csaba Molnar, Daniel Butum. All Rights Reserved.
#include "DlgDialogueAssetTypeActions.h"

#include "DlgSystemEditor/DialogueEditor/DlgEditor.h"
#include "DlgSystemEditor/Editor/DlgEditor.h"
#include "DlgSystemEditor/DlgSystemEditorModule.h"

void FDlgDialogueAssetTypeActions::GetActions(const TArray<UObject*>& InObjects, FMenuBuilder& MenuBuilder)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include "DlgBrowserTreeNode.h"

#include "DlgSystemEditor/DlgEditorUtilities.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode_Edge.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode_Edge.h"

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// FDlgBrowserTreeNode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
#include "DlgSystem/DlgManager.h"
#include "DlgSystem/DlgDialogue.h"
#include "DlgSystemEditor/DlgStyle.h"
#include "DlgSystemEditor/DialogueSearch/DlgSearchUtilities.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode_Edge.h"
#include "DlgSystemEditor/Search/DlgSearchUtilities.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode_Edge.h"
#include "DlgBrowserUtilities.h"
#include "SourceCodeNavigation.h"
#include "Engine/BlueprintGeneratedClass.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "DlgSystem/DlgManager.h"
#include "DlgSystem/Nodes/DlgNode_Speech.h"
#include "DlgSystem/Nodes/DlgNode_SpeechSequence.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode.h"
#include "DlgSystem/DlgHelper.h"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "DlgSystem/Nodes/DlgNode_Speech.h"
#include "DlgSystem/IO/DlgJsonWriter.h"
#include "DlgSystem/Nodes/DlgNode_SpeechSequence.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode.h"
#include "DlgSystem/IO/DlgJsonParser.h"
#include "DlgCommandletHelper.h"
#include "DlgSystem/DlgHelper.h"
Expand Down
10 changes: 5 additions & 5 deletions Source/DlgSystemEditor/DlgEditorAccess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
#include "DlgEditorAccess.h"

#include "DlgSystem/DlgDialogue.h"
#include "DialogueEditor/Graph/DialogueGraph.h"
#include "DialogueEditor/Graph/DialogueGraphSchema.h"
#include "Editor/Graph/DialogueGraph.h"
#include "Editor/Graph/DialogueGraphSchema.h"
#include "DlgEditorUtilities.h"
#include "DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DialogueEditor/Nodes/DialogueGraphNode_Edge.h"
#include "DialogueEditor/DlgCompiler.h"
#include "Editor/Nodes/DialogueGraphNode.h"
#include "Editor/Nodes/DialogueGraphNode_Edge.h"
#include "Editor/DlgCompiler.h"
#include "DlgSystem/Nodes/DlgNode.h"

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down
6 changes: 3 additions & 3 deletions Source/DlgSystemEditor/DlgEditorUtilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#include "Engine/Blueprint.h"

#include "DlgSystemEditorModule.h"
#include "DialogueEditor/IDlgEditor.h"
#include "DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DialogueEditor/Nodes/DialogueGraphNode_Edge.h"
#include "Editor/IDlgEditor.h"
#include "Editor/Nodes/DialogueGraphNode.h"
#include "Editor/Nodes/DialogueGraphNode_Edge.h"
#include "DlgSystem/DlgHelper.h"
#include "DlgSystem/DlgManager.h"
#include "Factories/DlgClassViewerFilters.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/DlgSystemEditor/DlgEditorUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "ConnectionDrawingPolicy.h"
#include "EdGraphNode_Comment.h"

#include "DialogueEditor/Graph/DialogueGraph.h"
#include "Editor/Graph/DialogueGraph.h"
#include "DlgSystem/Nodes/DlgNode.h"

enum class EDlgBlueprintOpenType : uint8
Expand Down
24 changes: 12 additions & 12 deletions Source/DlgSystemEditor/DlgSystemEditorModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
#include "AssetTypeActions/DlgBlueprintDerivedAssetTypeActions.h"
#include "DlgCommands.h"
#include "DlgSystem/DlgConstants.h"
#include "DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DialogueBrowser/SDlgBrowser.h"
#include "DialogueSearch/DlgSearchManager.h"
#include "DialogueEditor/DetailsPanel/DlgAsset_Details.h"
#include "DialogueEditor/DetailsPanel/DlgGraphNode_Details.h"
#include "DialogueEditor/DetailsPanel/DlgNode_Details.h"
#include "DialogueEditor/DetailsPanel/DlgEdge_Details.h"
#include "DialogueEditor/DetailsPanel/DlgCondition_Details.h"
#include "DialogueEditor/DetailsPanel/DlgEvent_Details.h"
#include "DialogueEditor/DetailsPanel/DlgTextArgument_Details.h"
#include "DialogueEditor/DetailsPanel/DlgParticipantName_Details.h"
#include "DialogueEditor/DetailsPanel/DlgSpeechSequenceEntry_Details.h"
#include "Editor/Nodes/DialogueGraphNode.h"
#include "Browser/SDlgBrowser.h"
#include "Search/DlgSearchManager.h"
#include "Editor/DetailsPanel/DlgAsset_Details.h"
#include "Editor/DetailsPanel/DlgGraphNode_Details.h"
#include "Editor/DetailsPanel/DlgNode_Details.h"
#include "Editor/DetailsPanel/DlgEdge_Details.h"
#include "Editor/DetailsPanel/DlgCondition_Details.h"
#include "Editor/DetailsPanel/DlgEvent_Details.h"
#include "Editor/DetailsPanel/DlgTextArgument_Details.h"
#include "Editor/DetailsPanel/DlgParticipantName_Details.h"
#include "Editor/DetailsPanel/DlgSpeechSequenceEntry_Details.h"
#include "DlgSystem/DlgManager.h"
#include "DlgSystem/IDlgSystemModule.h"
#include "DlgSystem/DlgParticipantName.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

#include "DlgSystem/NYReflectionHelper.h"
#include "DlgDetailsPanelUtils.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"
#include "DlgSystem/DlgHelper.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgEnumTypeWithObject_CustomRowHelper.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgIntTextBox_CustomRowHelper.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgObject_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgEnumTypeWithObject_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgIntTextBox_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgObject_CustomRowHelper.h"

#define LOCTEXT_NAMESPACE "DialogueCondition_Details"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "DlgSystem/DlgCondition.h"
#include "DlgSystem/DlgManager.h"
#include "DlgDetailsPanelUtils.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"

class FDlgTextPropertyPickList_CustomRowHelper;
class FDlgIntTextBox_CustomRowHelper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#include "CoreMinimal.h"

#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode_Edge.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode_Edge.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode.h"

#define CREATE_VISIBILITY_CALLBACK(_SelfMethod) \
TAttribute<EVisibility>::Create(TAttribute<EVisibility>::FGetter::CreateSP(this, _SelfMethod))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

#include "DlgSystem/Nodes/DlgNode.h"
#include "DlgDetailsPanelUtils.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgMultiLineEditableTextBox_CustomRowHelper.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgMultiLineEditableTextBox_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"

#define LOCTEXT_NAMESPACE "DialogueEdge_Details"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

#include "DlgSystem/NYReflectionHelper.h"
#include "DlgDetailsPanelUtils.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"
#include "DlgSystem/DlgHelper.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgEnumTypeWithObject_CustomRowHelper.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgObject_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgEnumTypeWithObject_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgObject_CustomRowHelper.h"

#define LOCTEXT_NAMESPACE "DialogueEvent_Details"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
#include "DlgSystem/Nodes/DlgNode_Speech.h"
#include "DlgSystem/Nodes/DlgNode_Selector.h"
#include "DlgSystem/Nodes/DlgNode_Proxy.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgMultiLineEditableTextBox_CustomRowHelper.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgObject_CustomRowHelper.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgIntTextBox_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgMultiLineEditableTextBox_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgObject_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgIntTextBox_CustomRowHelper.h"

#include "Widgets/Input/SButton.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "IDetailPropertyRow.h"

#include "DlgSystem/DlgManager.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode.h"
#include "DlgDetailsPanelUtils.h"

class FDlgObject_CustomRowHelper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "DetailWidgetRow.h"

#include "DlgSystem/Nodes/DlgNode.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode.h"

#define LOCTEXT_NAMESPACE "DialogueNode_Details"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include "IDetailPropertyRow.h"
#include "IDetailChildrenBuilder.h"

#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"

#include "DlgSystem/DlgParticipantName.h"
#include "DlgSystem/DlgManager.h"
Expand Down Expand Up @@ -45,5 +45,3 @@ TArray<FName> FDlgParticipantName_Details::GetAllParticipantNames() const
}

#undef LOCTEXT_NAMESPACE


Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#include "IDetailChildrenBuilder.h"

#include "DlgDetailsPanelUtils.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgMultiLineEditableTextBox_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgMultiLineEditableTextBox_CustomRowHelper.h"

#define LOCTEXT_NAMESPACE "DialogueSpeechSequenceEntry_Details"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

#include "DlgSystem/NYReflectionHelper.h"
#include "DlgDetailsPanelUtils.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgTextPropertyPickList_CustomRowHelper.h"
#include "DlgSystem/DlgHelper.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgObject_CustomRowHelper.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgObject_CustomRowHelper.h"

#define LOCTEXT_NAMESPACE "DialogueTextArgument_Details"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

#include "DetailWidgetRow.h"
#include "Internationalization/TextNamespaceUtil.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgEditableTextPropertyHandle.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgEditableTextPropertyHandle.h"
#include "DlgSystem/DlgHelper.h"
#include "SourceCodeNavigation.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/DlgDetailsPanelUtils.h"
#include "DlgSystemEditor/Editor/DetailsPanel/DlgDetailsPanelUtils.h"
#include "Kismet2/BlueprintEditorUtils.h"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#include "Widgets/Images/SImage.h"
#include "Widgets/Layout/SUniformGridPanel.h"
#include "Internationalization/TextNamespaceUtil.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgEditableTextPropertyHandle.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/DlgDetailsPanelUtils.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgEditableTextPropertyHandle.h"
#include "DlgSystemEditor/Editor/DetailsPanel/DlgDetailsPanelUtils.h"

#define LOCTEXT_NAMESPACE "DialogueIntTextBox_CustomRowHelper"
#define DEFAULT_FONT(...) FCoreStyle::GetDefaultFontStyle(__VA_ARGS__)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include "DetailWidgetRow.h"
#include "Widgets/Layout/SUniformGridPanel.h"
#include "Internationalization/TextNamespaceUtil.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgEditableTextPropertyHandle.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/DlgDetailsPanelUtils.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgEditableTextPropertyHandle.h"
#include "DlgSystemEditor/Editor/DetailsPanel/DlgDetailsPanelUtils.h"

#define LOCTEXT_NAMESPACE "MultiLineEditableTextBox_CustomRowHelper"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#include "Widgets/Input/SComboButton.h"
#include "Widgets/Layout/SUniformGridPanel.h"
#include "Internationalization/TextNamespaceUtil.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgEditableTextPropertyHandle.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgEditableTextPropertyHandle.h"
#include "Editor.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/DlgDetailsPanelUtils.h"
#include "DlgSystemEditor/Editor/DetailsPanel/DlgDetailsPanelUtils.h"
#include "Kismet2/KismetEditorUtilities.h"
#include "Engine/Blueprint.h"
#include "Kismet2/BlueprintEditorUtils.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "DetailWidgetRow.h"

#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/SDlgTextPropertyPickList.h"

#define LOCTEXT_NAMESPACE "TextPropertyPickList_CustomRowHelper"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#include "DlgSystem/DlgLocalizationHelper.h"
#include "DlgSystem/NYEngineVersionHelpers.h"
#include "DlgSystemEditor/DialogueEditor/DetailsPanel/Widgets/DlgEditableTextPropertyHandle.h"
#include "DlgSystemEditor/Editor/DetailsPanel/Widgets/DlgEditableTextPropertyHandle.h"

#define LOCTEXT_NAMESPACE "STextPropertyEditableTextBox"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#include "Algo/Reverse.h"

#include "DlgSystemEditor/DlgSystemEditorModule.h"
#include "DlgSystemEditor/DialogueEditor/Graph/DialogueGraph.h"
#include "DlgSystemEditor/Editor/Graph/DialogueGraph.h"
#include "DlgSystemEditor/DlgEditorUtilities.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode_Root.h"
#include "DlgSystemEditor/DialogueEditor/Nodes/DialogueGraphNode_Edge.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode_Root.h"
#include "DlgSystemEditor/Editor/Nodes/DialogueGraphNode_Edge.h"
#include "DlgSystem/Nodes/DlgNode.h"
#include "DlgSystem/DlgDialogue.h"
#include "DlgSystem/DlgHelper.h"
Expand Down
File renamed without changes.
Loading

0 comments on commit 449740a

Please sign in to comment.