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

Tutorial•2 Jul 2026•Intermediate

Getting Started with Claude Code: Anthropic's Agentic CLI

Learn how to install, configure, and use Claude Code—an autonomous terminal assistant that can edit files, run tests, and manage git workflows directly in your project.

By Cyrus 365
Tutorial•26 Nov 2025•Beginner

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.

By Cyrus 365
Tutorial•26 Nov 2025•Beginner

Master Remote Access with Bitvise SSH Client 🛡️

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

By Cyrus 365

© 2019-2026 Cyrus 365. All rights reserved.

AcademySolutionsContact