Skip to content

Instantly share code, notes, and snippets.

@LionGet
Created November 21, 2023 14:51
Show Gist options
  • Save LionGet/35d053c79b4009da56643e2a0433abda to your computer and use it in GitHub Desktop.
Save LionGet/35d053c79b4009da56643e2a0433abda to your computer and use it in GitHub Desktop.
How to clone an island
You create a new project in UEFN.
You close UEFN.
You navigate to the project you are cloning in File Explorer and copy the entire Plugins folder
Navigate to the new project in File Explorer
Delete the Plugins folder and paste in the Plugins folder from step 3.
Open the UEFNPROJECT in any text editor
Change the plugins.name from the new project's name to the name of the project you are copying
"plugins": [
{
"name": "OriginalIslandName",
"bIsRoot": true,
"bIsPublic": false
}
],
Save the UEFNPROJECT file and close it.
Open UEFN and enjoy your cloned project
Credit for that technique goes to Wasti. He showed it to me in The Lab Discord.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment