Skip to content

Commit 2d90f87

Browse files
authored
Create README.md
1 parent 4b947c0 commit 2d90f87

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)