Mostly Harmless
Exec
From Unreal Wiki, The Unreal Engine Documentation Site
This disambiguation page lists articles associated with the same title. If an internal link led you here, you may wish to change the link to point directly to the intended article. |
The keyword exec is used as:
- a compiler directive to execute UnrealEd console commands while compiling UnrealScript code
- a modifier for declaring functions as callable via in-game console commands
- a native console command to read a text file and execute the console commands it contains