generated from amasson/UnrealEngineProject
13 lines
266 B
Markdown
13 lines
266 B
Markdown
|
|
|
|
```sh
|
|
./RunUAT.sh BuildPlugin -Plugin="/path/to/MyPlugin.uplugin" -Package="/path/to/build_dir" -TargetPlatforms=Linux
|
|
```
|
|
|
|
/!\ the directory `build_dir` will be erased
|
|
|
|
Enable the plugin by default by adding to the .uplugin
|
|
```json
|
|
"EnabledByDefault": true,
|
|
```
|