We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b947c0 commit 2d90f87Copy full SHA for 2d90f87
1 file changed
README.md
@@ -0,0 +1,24 @@
1
+# ProjectVersionFromGit
2
+Plugin for UE4 project.
3
+Set version for project from git tag format MAJOR.MINOR.PATCH also set branch name, commit hash and datetime build.
4
+
5
+**C++/Blueprints functions:**
6
+- GetProjectVersion()
7
+- GetProjectVersionMajor()
8
+- GetProjectVersionMinor()
9
+- GetProjectVersionPatch()
10
+- GetProjectVersionBranchName()
11
+- GetProjectVersionCommitHash()
12
+- GetProjectVersionDateTimeBuild()
13
+- GetProjectVersionFormatAll()
14
15
+**Supported engines:**
16
+- 4.23.1 - 4.25.3
17
18
+**Supported platforms:**
19
+- Windows
20
+- Linux
21
+- MacOS
22
+- Android
23
+- IOS
24
0 commit comments