How-tos
Learn about additional features from our how-tos.
The SDK is a flexible solution that you can customize to fit your specific application.
To modify the SDK code downloaded from the Unreal Engine Marketplace, follow these steps:
- Open the catalog
<UE4 Root>/Engine/Plugins/Marketplace/<Plugin name> , where:<UE4 Root> — path to the root directory where Unreal Engine is installed.<Plugin name> — plugin name.
- Move the directory with the plugin files to
<Project root>/Plugins/ , where<Project root> is the path to your UE4 project. - Make changes to the plugin code and restart the project. You need to confirm the rebuild of the plugin module.
- Delete the
Binaries andIntermediate folders.
You don't need to do any preliminary steps to make changes to the SDK you downloaded from GitHub.
Was this article helpful?
Thank you for your feedback!
We'll review your message and use it to help us improve your experience.