From 7a4271e0badf23f4a892d7c1cfef580fc70ac069 Mon Sep 17 00:00:00 2001 From: Lucas Peter Date: Wed, 20 Nov 2024 14:42:00 +0100 Subject: [PATCH] Reorganize to be able to submodule the plugin (easy dev process) --- ...nSystem.uplugin => MirrorAnimationSystem.uplugin | 0 .../CreateMirrorTable_Icon.png | Bin .../Resources => Resources}/Icon128.png | Bin .../MirrorAnimAsset_Icon.png | Bin .../MirrorTable_ClassIcon.png | Bin .../MirrorAnimationSystem.Build.cs | 0 .../Private/AnimNode_Mirror.cpp | 0 .../Private/AnimNode_MirrorCS.cpp | 0 .../MirrorAnimationSystem/Private/ExtCharacter.cpp | 0 .../Private/ExtCharacterMovementComponent.cpp | 0 .../MirrorAnimationSystem/Private/MASUtils.cpp | 0 .../Private/MirrorAnimationSystem.cpp | 0 .../MirrorAnimationSystem/Private/MirrorTable.cpp | 0 .../MirrorAnimationSystem/Public/AnimNode_Mirror.h | 0 .../Public/AnimNode_MirrorCS.h | 0 .../MirrorAnimationSystem/Public/ExtCharacter.h | 0 .../Public/ExtCharacterMovementComponent.h | 0 .../MirrorAnimationSystem/Public/MASUtils.h | 0 .../Public/MirrorAnimationSystem.h | 0 .../MirrorAnimationSystem/Public/MirrorTable.h | 0 .../MirrorAnimationSystemDev.Build.cs | 0 .../Private/MASFunctionLibrary.cpp | 0 .../Private/MirrorAnimationSystemDev.cpp | 0 .../Public/MASFunctionLibrary.h | 0 .../Public/MirrorAnimationSystemDev.h | 0 .../MirrorAnimationSystemEditor.Build.cs | 0 .../Private/AnimGraphNode_Mirror.cpp | 0 .../Private/AnimGraphNode_MirrorCS.cpp | 0 .../Private/AssetTypeActions_MirrorTable.cpp | 0 .../Private/ContentBrowserTools.cpp | 0 .../Private/MirrorAnimAssetDialog.cpp | 0 .../Private/MirrorAnimAssetSettings.cpp | 0 .../Private/MirrorAnimationSystemEditor.cpp | 0 .../Private/MirrorAnimationSystemStyle.cpp | 0 .../Private/MirrorTableDetails.cpp | 0 .../Private/MirrorTableFromSkeletonDialog.cpp | 0 .../Private/MirrorTableFromSkeletonSettings.cpp | 0 .../Public/AnimGraphNode_Mirror.h | 0 .../Public/AnimGraphNode_MirrorCS.h | 0 .../Public/AssetTypeActions_MirrorTable.h | 0 .../Public/ContentBrowserTools.h | 0 .../Public/MirrorAnimAssetDialog.h | 0 .../Public/MirrorAnimAssetSettings.h | 0 .../Public/MirrorAnimationSystemEditor.h | 0 .../Public/MirrorAnimationSystemStyle.h | 0 .../Public/MirrorTableDetails.h | 0 .../Public/MirrorTableFromSkeletonDialog.h | 0 .../Public/MirrorTableFromSkeletonSettings.h | 0 48 files changed, 0 insertions(+), 0 deletions(-) rename MirrorAnimationSystem/MirrorAnimationSystem.uplugin => MirrorAnimationSystem.uplugin (100%) rename {MirrorAnimationSystem/Resources => Resources}/CreateMirrorTable_Icon.png (100%) rename {MirrorAnimationSystem/Resources => Resources}/Icon128.png (100%) rename {MirrorAnimationSystem/Resources => Resources}/MirrorAnimAsset_Icon.png (100%) rename {MirrorAnimationSystem/Resources => Resources}/MirrorTable_ClassIcon.png (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystem/MirrorAnimationSystem.Build.cs (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystem/Private/AnimNode_Mirror.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystem/Private/AnimNode_MirrorCS.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystem/Private/ExtCharacter.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystem/Private/ExtCharacterMovementComponent.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystem/Private/MASUtils.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystem/Private/MirrorAnimationSystem.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystem/Private/MirrorTable.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystem/Public/AnimNode_Mirror.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystem/Public/AnimNode_MirrorCS.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystem/Public/ExtCharacter.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystem/Public/ExtCharacterMovementComponent.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystem/Public/MASUtils.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystem/Public/MirrorAnimationSystem.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystem/Public/MirrorTable.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemDev/MirrorAnimationSystemDev.Build.cs (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemDev/Private/MASFunctionLibrary.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemDev/Private/MirrorAnimationSystemDev.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemDev/Public/MASFunctionLibrary.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemDev/Public/MirrorAnimationSystemDev.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/MirrorAnimationSystemEditor.Build.cs (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Private/AnimGraphNode_Mirror.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Private/AnimGraphNode_MirrorCS.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Private/AssetTypeActions_MirrorTable.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Private/ContentBrowserTools.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Private/MirrorAnimAssetDialog.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Private/MirrorAnimAssetSettings.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Private/MirrorAnimationSystemEditor.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Private/MirrorAnimationSystemStyle.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Private/MirrorTableDetails.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Private/MirrorTableFromSkeletonDialog.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Private/MirrorTableFromSkeletonSettings.cpp (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Public/AnimGraphNode_Mirror.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Public/AnimGraphNode_MirrorCS.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Public/AssetTypeActions_MirrorTable.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Public/ContentBrowserTools.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Public/MirrorAnimAssetDialog.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Public/MirrorAnimAssetSettings.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Public/MirrorAnimationSystemEditor.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Public/MirrorAnimationSystemStyle.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Public/MirrorTableDetails.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Public/MirrorTableFromSkeletonDialog.h (100%) rename {MirrorAnimationSystem/Source => Source}/MirrorAnimationSystemEditor/Public/MirrorTableFromSkeletonSettings.h (100%) diff --git a/MirrorAnimationSystem/MirrorAnimationSystem.uplugin b/MirrorAnimationSystem.uplugin similarity index 100% rename from MirrorAnimationSystem/MirrorAnimationSystem.uplugin rename to MirrorAnimationSystem.uplugin diff --git a/MirrorAnimationSystem/Resources/CreateMirrorTable_Icon.png b/Resources/CreateMirrorTable_Icon.png similarity index 100% rename from MirrorAnimationSystem/Resources/CreateMirrorTable_Icon.png rename to Resources/CreateMirrorTable_Icon.png diff --git a/MirrorAnimationSystem/Resources/Icon128.png b/Resources/Icon128.png similarity index 100% rename from MirrorAnimationSystem/Resources/Icon128.png rename to Resources/Icon128.png diff --git a/MirrorAnimationSystem/Resources/MirrorAnimAsset_Icon.png b/Resources/MirrorAnimAsset_Icon.png similarity index 100% rename from MirrorAnimationSystem/Resources/MirrorAnimAsset_Icon.png rename to Resources/MirrorAnimAsset_Icon.png diff --git a/MirrorAnimationSystem/Resources/MirrorTable_ClassIcon.png b/Resources/MirrorTable_ClassIcon.png similarity index 100% rename from MirrorAnimationSystem/Resources/MirrorTable_ClassIcon.png rename to Resources/MirrorTable_ClassIcon.png diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystem/MirrorAnimationSystem.Build.cs b/Source/MirrorAnimationSystem/MirrorAnimationSystem.Build.cs similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystem/MirrorAnimationSystem.Build.cs rename to Source/MirrorAnimationSystem/MirrorAnimationSystem.Build.cs diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystem/Private/AnimNode_Mirror.cpp b/Source/MirrorAnimationSystem/Private/AnimNode_Mirror.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystem/Private/AnimNode_Mirror.cpp rename to Source/MirrorAnimationSystem/Private/AnimNode_Mirror.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystem/Private/AnimNode_MirrorCS.cpp b/Source/MirrorAnimationSystem/Private/AnimNode_MirrorCS.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystem/Private/AnimNode_MirrorCS.cpp rename to Source/MirrorAnimationSystem/Private/AnimNode_MirrorCS.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystem/Private/ExtCharacter.cpp b/Source/MirrorAnimationSystem/Private/ExtCharacter.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystem/Private/ExtCharacter.cpp rename to Source/MirrorAnimationSystem/Private/ExtCharacter.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystem/Private/ExtCharacterMovementComponent.cpp b/Source/MirrorAnimationSystem/Private/ExtCharacterMovementComponent.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystem/Private/ExtCharacterMovementComponent.cpp rename to Source/MirrorAnimationSystem/Private/ExtCharacterMovementComponent.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystem/Private/MASUtils.cpp b/Source/MirrorAnimationSystem/Private/MASUtils.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystem/Private/MASUtils.cpp rename to Source/MirrorAnimationSystem/Private/MASUtils.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystem/Private/MirrorAnimationSystem.cpp b/Source/MirrorAnimationSystem/Private/MirrorAnimationSystem.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystem/Private/MirrorAnimationSystem.cpp rename to Source/MirrorAnimationSystem/Private/MirrorAnimationSystem.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystem/Private/MirrorTable.cpp b/Source/MirrorAnimationSystem/Private/MirrorTable.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystem/Private/MirrorTable.cpp rename to Source/MirrorAnimationSystem/Private/MirrorTable.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystem/Public/AnimNode_Mirror.h b/Source/MirrorAnimationSystem/Public/AnimNode_Mirror.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystem/Public/AnimNode_Mirror.h rename to Source/MirrorAnimationSystem/Public/AnimNode_Mirror.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystem/Public/AnimNode_MirrorCS.h b/Source/MirrorAnimationSystem/Public/AnimNode_MirrorCS.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystem/Public/AnimNode_MirrorCS.h rename to Source/MirrorAnimationSystem/Public/AnimNode_MirrorCS.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystem/Public/ExtCharacter.h b/Source/MirrorAnimationSystem/Public/ExtCharacter.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystem/Public/ExtCharacter.h rename to Source/MirrorAnimationSystem/Public/ExtCharacter.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystem/Public/ExtCharacterMovementComponent.h b/Source/MirrorAnimationSystem/Public/ExtCharacterMovementComponent.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystem/Public/ExtCharacterMovementComponent.h rename to Source/MirrorAnimationSystem/Public/ExtCharacterMovementComponent.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystem/Public/MASUtils.h b/Source/MirrorAnimationSystem/Public/MASUtils.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystem/Public/MASUtils.h rename to Source/MirrorAnimationSystem/Public/MASUtils.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystem/Public/MirrorAnimationSystem.h b/Source/MirrorAnimationSystem/Public/MirrorAnimationSystem.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystem/Public/MirrorAnimationSystem.h rename to Source/MirrorAnimationSystem/Public/MirrorAnimationSystem.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystem/Public/MirrorTable.h b/Source/MirrorAnimationSystem/Public/MirrorTable.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystem/Public/MirrorTable.h rename to Source/MirrorAnimationSystem/Public/MirrorTable.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemDev/MirrorAnimationSystemDev.Build.cs b/Source/MirrorAnimationSystemDev/MirrorAnimationSystemDev.Build.cs similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemDev/MirrorAnimationSystemDev.Build.cs rename to Source/MirrorAnimationSystemDev/MirrorAnimationSystemDev.Build.cs diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemDev/Private/MASFunctionLibrary.cpp b/Source/MirrorAnimationSystemDev/Private/MASFunctionLibrary.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemDev/Private/MASFunctionLibrary.cpp rename to Source/MirrorAnimationSystemDev/Private/MASFunctionLibrary.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemDev/Private/MirrorAnimationSystemDev.cpp b/Source/MirrorAnimationSystemDev/Private/MirrorAnimationSystemDev.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemDev/Private/MirrorAnimationSystemDev.cpp rename to Source/MirrorAnimationSystemDev/Private/MirrorAnimationSystemDev.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemDev/Public/MASFunctionLibrary.h b/Source/MirrorAnimationSystemDev/Public/MASFunctionLibrary.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemDev/Public/MASFunctionLibrary.h rename to Source/MirrorAnimationSystemDev/Public/MASFunctionLibrary.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemDev/Public/MirrorAnimationSystemDev.h b/Source/MirrorAnimationSystemDev/Public/MirrorAnimationSystemDev.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemDev/Public/MirrorAnimationSystemDev.h rename to Source/MirrorAnimationSystemDev/Public/MirrorAnimationSystemDev.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/MirrorAnimationSystemEditor.Build.cs b/Source/MirrorAnimationSystemEditor/MirrorAnimationSystemEditor.Build.cs similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/MirrorAnimationSystemEditor.Build.cs rename to Source/MirrorAnimationSystemEditor/MirrorAnimationSystemEditor.Build.cs diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/AnimGraphNode_Mirror.cpp b/Source/MirrorAnimationSystemEditor/Private/AnimGraphNode_Mirror.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/AnimGraphNode_Mirror.cpp rename to Source/MirrorAnimationSystemEditor/Private/AnimGraphNode_Mirror.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/AnimGraphNode_MirrorCS.cpp b/Source/MirrorAnimationSystemEditor/Private/AnimGraphNode_MirrorCS.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/AnimGraphNode_MirrorCS.cpp rename to Source/MirrorAnimationSystemEditor/Private/AnimGraphNode_MirrorCS.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/AssetTypeActions_MirrorTable.cpp b/Source/MirrorAnimationSystemEditor/Private/AssetTypeActions_MirrorTable.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/AssetTypeActions_MirrorTable.cpp rename to Source/MirrorAnimationSystemEditor/Private/AssetTypeActions_MirrorTable.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/ContentBrowserTools.cpp b/Source/MirrorAnimationSystemEditor/Private/ContentBrowserTools.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/ContentBrowserTools.cpp rename to Source/MirrorAnimationSystemEditor/Private/ContentBrowserTools.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/MirrorAnimAssetDialog.cpp b/Source/MirrorAnimationSystemEditor/Private/MirrorAnimAssetDialog.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/MirrorAnimAssetDialog.cpp rename to Source/MirrorAnimationSystemEditor/Private/MirrorAnimAssetDialog.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/MirrorAnimAssetSettings.cpp b/Source/MirrorAnimationSystemEditor/Private/MirrorAnimAssetSettings.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/MirrorAnimAssetSettings.cpp rename to Source/MirrorAnimationSystemEditor/Private/MirrorAnimAssetSettings.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/MirrorAnimationSystemEditor.cpp b/Source/MirrorAnimationSystemEditor/Private/MirrorAnimationSystemEditor.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/MirrorAnimationSystemEditor.cpp rename to Source/MirrorAnimationSystemEditor/Private/MirrorAnimationSystemEditor.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/MirrorAnimationSystemStyle.cpp b/Source/MirrorAnimationSystemEditor/Private/MirrorAnimationSystemStyle.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/MirrorAnimationSystemStyle.cpp rename to Source/MirrorAnimationSystemEditor/Private/MirrorAnimationSystemStyle.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/MirrorTableDetails.cpp b/Source/MirrorAnimationSystemEditor/Private/MirrorTableDetails.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/MirrorTableDetails.cpp rename to Source/MirrorAnimationSystemEditor/Private/MirrorTableDetails.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/MirrorTableFromSkeletonDialog.cpp b/Source/MirrorAnimationSystemEditor/Private/MirrorTableFromSkeletonDialog.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/MirrorTableFromSkeletonDialog.cpp rename to Source/MirrorAnimationSystemEditor/Private/MirrorTableFromSkeletonDialog.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/MirrorTableFromSkeletonSettings.cpp b/Source/MirrorAnimationSystemEditor/Private/MirrorTableFromSkeletonSettings.cpp similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Private/MirrorTableFromSkeletonSettings.cpp rename to Source/MirrorAnimationSystemEditor/Private/MirrorTableFromSkeletonSettings.cpp diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/AnimGraphNode_Mirror.h b/Source/MirrorAnimationSystemEditor/Public/AnimGraphNode_Mirror.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/AnimGraphNode_Mirror.h rename to Source/MirrorAnimationSystemEditor/Public/AnimGraphNode_Mirror.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/AnimGraphNode_MirrorCS.h b/Source/MirrorAnimationSystemEditor/Public/AnimGraphNode_MirrorCS.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/AnimGraphNode_MirrorCS.h rename to Source/MirrorAnimationSystemEditor/Public/AnimGraphNode_MirrorCS.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/AssetTypeActions_MirrorTable.h b/Source/MirrorAnimationSystemEditor/Public/AssetTypeActions_MirrorTable.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/AssetTypeActions_MirrorTable.h rename to Source/MirrorAnimationSystemEditor/Public/AssetTypeActions_MirrorTable.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/ContentBrowserTools.h b/Source/MirrorAnimationSystemEditor/Public/ContentBrowserTools.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/ContentBrowserTools.h rename to Source/MirrorAnimationSystemEditor/Public/ContentBrowserTools.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/MirrorAnimAssetDialog.h b/Source/MirrorAnimationSystemEditor/Public/MirrorAnimAssetDialog.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/MirrorAnimAssetDialog.h rename to Source/MirrorAnimationSystemEditor/Public/MirrorAnimAssetDialog.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/MirrorAnimAssetSettings.h b/Source/MirrorAnimationSystemEditor/Public/MirrorAnimAssetSettings.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/MirrorAnimAssetSettings.h rename to Source/MirrorAnimationSystemEditor/Public/MirrorAnimAssetSettings.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/MirrorAnimationSystemEditor.h b/Source/MirrorAnimationSystemEditor/Public/MirrorAnimationSystemEditor.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/MirrorAnimationSystemEditor.h rename to Source/MirrorAnimationSystemEditor/Public/MirrorAnimationSystemEditor.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/MirrorAnimationSystemStyle.h b/Source/MirrorAnimationSystemEditor/Public/MirrorAnimationSystemStyle.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/MirrorAnimationSystemStyle.h rename to Source/MirrorAnimationSystemEditor/Public/MirrorAnimationSystemStyle.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/MirrorTableDetails.h b/Source/MirrorAnimationSystemEditor/Public/MirrorTableDetails.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/MirrorTableDetails.h rename to Source/MirrorAnimationSystemEditor/Public/MirrorTableDetails.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/MirrorTableFromSkeletonDialog.h b/Source/MirrorAnimationSystemEditor/Public/MirrorTableFromSkeletonDialog.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/MirrorTableFromSkeletonDialog.h rename to Source/MirrorAnimationSystemEditor/Public/MirrorTableFromSkeletonDialog.h diff --git a/MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/MirrorTableFromSkeletonSettings.h b/Source/MirrorAnimationSystemEditor/Public/MirrorTableFromSkeletonSettings.h similarity index 100% rename from MirrorAnimationSystem/Source/MirrorAnimationSystemEditor/Public/MirrorTableFromSkeletonSettings.h rename to Source/MirrorAnimationSystemEditor/Public/MirrorTableFromSkeletonSettings.h