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