diff --git a/Plugins/CustomShapeButton/Binaries/Win64/UnrealEditor-CustomShapeButton.dll b/Binaries/Win64/UnrealEditor-CustomShapeButton.dll similarity index 100% rename from Plugins/CustomShapeButton/Binaries/Win64/UnrealEditor-CustomShapeButton.dll rename to Binaries/Win64/UnrealEditor-CustomShapeButton.dll diff --git a/Plugins/CustomShapeButton/Binaries/Win64/UnrealEditor-CustomShapeButton.pdb b/Binaries/Win64/UnrealEditor-CustomShapeButton.pdb similarity index 100% rename from Plugins/CustomShapeButton/Binaries/Win64/UnrealEditor-CustomShapeButton.pdb rename to Binaries/Win64/UnrealEditor-CustomShapeButton.pdb diff --git a/Plugins/CustomShapeButton/Binaries/Win64/UnrealEditor.modules b/Binaries/Win64/UnrealEditor.modules similarity index 100% rename from Plugins/CustomShapeButton/Binaries/Win64/UnrealEditor.modules rename to Binaries/Win64/UnrealEditor.modules diff --git a/Plugins/CustomShapeButton/CustomShapeButton.uplugin b/CustomShapeButton.uplugin similarity index 100% rename from Plugins/CustomShapeButton/CustomShapeButton.uplugin rename to CustomShapeButton.uplugin diff --git a/Plugins/CustomShapeButton/Resources/Icon128.png b/Resources/Icon128.png similarity index 100% rename from Plugins/CustomShapeButton/Resources/Icon128.png rename to Resources/Icon128.png diff --git a/Plugins/CustomShapeButton/Source/CustomShapeButton/CustomShapeButton.Build.cs b/Source/CustomShapeButton/CustomShapeButton.Build.cs similarity index 100% rename from Plugins/CustomShapeButton/Source/CustomShapeButton/CustomShapeButton.Build.cs rename to Source/CustomShapeButton/CustomShapeButton.Build.cs diff --git a/Plugins/CustomShapeButton/Source/CustomShapeButton/Private/CustomShapeButton.cpp b/Source/CustomShapeButton/Private/CustomShapeButton.cpp similarity index 100% rename from Plugins/CustomShapeButton/Source/CustomShapeButton/Private/CustomShapeButton.cpp rename to Source/CustomShapeButton/Private/CustomShapeButton.cpp diff --git a/Plugins/CustomShapeButton/Source/CustomShapeButton/Private/CustomShapeButtonModule.cpp b/Source/CustomShapeButton/Private/CustomShapeButtonModule.cpp similarity index 100% rename from Plugins/CustomShapeButton/Source/CustomShapeButton/Private/CustomShapeButtonModule.cpp rename to Source/CustomShapeButton/Private/CustomShapeButtonModule.cpp diff --git a/Plugins/CustomShapeButton/Source/CustomShapeButton/Private/SCustomShapeButton.cpp b/Source/CustomShapeButton/Private/SCustomShapeButton.cpp similarity index 100% rename from Plugins/CustomShapeButton/Source/CustomShapeButton/Private/SCustomShapeButton.cpp rename to Source/CustomShapeButton/Private/SCustomShapeButton.cpp diff --git a/Plugins/CustomShapeButton/Source/CustomShapeButton/Public/CustomShapeButton.h b/Source/CustomShapeButton/Public/CustomShapeButton.h similarity index 100% rename from Plugins/CustomShapeButton/Source/CustomShapeButton/Public/CustomShapeButton.h rename to Source/CustomShapeButton/Public/CustomShapeButton.h diff --git a/Plugins/CustomShapeButton/Source/CustomShapeButton/Public/CustomShapeButtonModule.h b/Source/CustomShapeButton/Public/CustomShapeButtonModule.h similarity index 100% rename from Plugins/CustomShapeButton/Source/CustomShapeButton/Public/CustomShapeButtonModule.h rename to Source/CustomShapeButton/Public/CustomShapeButtonModule.h diff --git a/Plugins/CustomShapeButton/Source/CustomShapeButton/Public/SCustomShapeButton.h b/Source/CustomShapeButton/Public/SCustomShapeButton.h similarity index 100% rename from Plugins/CustomShapeButton/Source/CustomShapeButton/Public/SCustomShapeButton.h rename to Source/CustomShapeButton/Public/SCustomShapeButton.h