Files
Wailing/Cmd/compile_plugin.md
2024-07-11 08:57:22 +00:00

266 B

./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

"EnabledByDefault": true,