Skip to content

Instantly share code, notes, and snippets.

@Rumyamyamyang
Rumyamyamyang / gist:efa7f32d0f6e57afa345fd5d63465509
Created April 20, 2025 07:39
How to update Unreal Engine Plugin
### Create project
Empty -> C++ `No starter project`
### Put plugins
Create `Plugins` folder
Copy and paste plugin to the `Plugins` folder.
### Change version
Goto `[Your Plugin]/*.uplugin`
Change `EngineVersion` to latest Unreal Engine version