plugin compilation md

This commit is contained in:
2024-05-26 12:03:13 +02:00
parent 785e1184d3
commit b4ef2f399b

12
Cmd/compile_plugin.md Normal file
View File

@@ -0,0 +1,12 @@
```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,
```