From b4ef2f399b93a5923911e61422babc1288cff726 Mon Sep 17 00:00:00 2001 From: amasson Date: Sun, 26 May 2024 12:03:13 +0200 Subject: [PATCH] plugin compilation md --- Cmd/compile_plugin.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cmd/compile_plugin.md diff --git a/Cmd/compile_plugin.md b/Cmd/compile_plugin.md new file mode 100644 index 0000000..b7e908e --- /dev/null +++ b/Cmd/compile_plugin.md @@ -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, +```