Hi everyone,
First of all apologies for the basic question but I have installed and build UE 4-27 from source currently around 100GB in size. My question is how can I safely reduce size?
As of now I know of 3 methods:
- Exclude builds for other OS by excluding them during setup(
./Setup.bat -exclude=Linux -exclude=IOS -exclude=Mac -exclude=Android -exclude=LinuxArm64 -exclude=TVOS) - Deleting Intermediate Files (which I think you have to reinstall if you try to modify code)
- Removing builds for other OS by clicking opening the Epic Games Launcher > Clicking on the right side of your Engine> Going to Options and Unselecting all OS that you dont need
Am I missing anything else? Any help is much appreciated