Cyrus 365Academy
cyrus365.com

© 2019-2026 Cyrus 365. All rights reserved.

AcademySolutionsContact
Cyrus 365Academy
cyrus365.com
Back to Academy
TutorialBeginner

How To Compile Plugins? Just a Few Steps! 1 Minute Easiest Tutorial

Quick and easy tutorial on compiling Unreal Engine plugins using RunUAT.bat batch file.

31 Mar 2023Cyrus 3651 min read
Unreal EnginePluginsCompilation

Step 1: Navigate to Engine Build Folder

Example: C:\Program Files\Epic Games\UE_5.0\Engine\Build\BatchFiles

Step 2: Open PowerShell

Right-click in the folder and select 'Open PowerShell window here'.

Step 3: Run the BuildPlugin Command

powershell
.\RunUAT.bat BuildPlugin -plugin="C:\Path\To\YourPlugin.uplugin" -package="C:\Export\Folder"

Example: .\RunUAT.bat BuildPlugin -plugin="D:\_Cyrus\2_Plugin_Original\CustomSketchfab\Sketchfab.uplugin" -package="D:\_Cyrus\2_Plugin_New\CustomSketchfab"

The 1st slot needs to point to that '.uplugin' file. The 2nd slot is the export folder, a root folder that will include all files.

Related articles

TutorialBeginner

Never Forget a Password Again: Intro to Bitwarden 🛡️

Secure your digital life with the best free, open-source password manager. Learn to store, generate, and sync credentials securely.

26 Nov 2025Cyrus 365
TutorialBeginner

Master Remote Access with Bitvise SSH Client 🛡️

Unlock professional-grade server management on Windows. Learn to connect, transfer files, and tunnel securely with Bitvise.

26 Nov 2025Cyrus 365
TutorialBeginner

Unleash the Duck: Managing Cloud Files with Cyberduck 🦆

Ditch the web interface! Learn how to manage FTP, S3, and Google Drive files seamlessly with this free, open-source tool.

26 Nov 2025Cyrus 365

© 2019-2026 Cyrus 365. All rights reserved.

AcademySolutionsContact