UDN
Search public documentation:

CommandletHome
日本語訳
中国翻译
한국어

Interested in the Unreal Engine?
Visit the Unreal Technology site.

Looking for jobs and company info?
Check out the Epic games site.

Questions about support via UDN?
Contact the UDN Staff

UE3 Home > Commandlets

Commandlets


commandlets.jpg

Commandlets are command line programs that run inside of the Unreal Engine environment. They are most often used to make bulk changes to content, iterate over content to get information about it, or as a unit testing mechanism. The engine contains many commandlets by default and new commandlets can be added to perform additional functions.

Commandlets are executed by passing the name of the commandlet along with any necessary parameters to the game on the command line, either by runnigng the game from a command prompt in Windows or through the target of a shortcut to the game's main executable (i.e. UDK.exe).

For example, the UDK FixupRedirects commandlet can be run from the command line using the following:

UDK.exe fixupredirects

Technical Topics

Reference Topics