There was an error while loading. Please reload this page.
1 parent 876d913 commit 506e57cCopy full SHA for 506e57c
1 file changed
README.md
@@ -63,7 +63,10 @@ mkdir build
63
cd build
64
mkdir plugin
65
mkdir plugin-build
66
-cmake -DINKCPP_UNREAL_TARGET_VERSION="5.7" -DINKCPP_UNREAL=ON -DINKCPP_INKLECATE=OS -INKCPP_UNREAL_TARGET_PLATFORM=Win64 ..
+cmake -DINKCPP_UNREAL_TARGET_VERSION="5.7" -DINKCPP_UNREAL=ON -DINKCPP_INKLECATE=OS -DINKCPP_UNREAL_RunUAT_PATH=\Path\TO\UNREAL_ENGINE\Build\BatchFiles\RunUAT.bat -DINKCPP_UNREAL_TARGET_PLATFORM=Win64 ..
67
+# to set the variables with a GUI use
68
+# cmake ..
69
+# cmage-gui .
70
cmake --build . --target unreal
71
cmake --install . --componunt unreal_plugin --perifx ./your_project/Plugins # --prefix = path to global Plugins directory of UE or to your GameProject
72
```
0 commit comments