How to modify SDK
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
<Unreal Engine Root>/Engine/Plugins/Marketplace/<Plugin name>
, where:<Unreal Engine 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 Unreal Engine 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.Found a typo or other text error? Select the text and press Ctrl+Enter.