Skip to content

4.26 - merge to master #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.ignore
ToolExample.sln
ToolExample.code-workspace
.vs/
.vscode/
Binaries/
Intermediate/
Saved/

21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ https://lxjk.github.io/2019/10/01/How-to-Make-Tools-in-U-E.html
- master
- current development branch
- 4.23
- original fork from [lxjk/ToolExample](https://github.com/lxjk/ToolExample)
- UE 4.23 compatible
- original fork from [lxjk/ToolExample](https://github.com/lxjk/ToolExample).
- UE 4.23 compatible.
- 4.24
- UE 4.24 Compatible
- implements [IWYU](https://docs.unrealengine.com/en-US/ProductionPipelines/BuildTools/UnrealBuildTool/IWYU/index.html) standard
- updates build.cs to V2 target
- UE 4.24 Compatible.
- updates build.cs to V2 target.
- implements [IWYU](https://docs.unrealengine.com/en-US/ProductionPipelines/BuildTools/UnrealBuildTool/IWYU/index.html) standard.
- 4.25
- UE 4.25 Compatible
- builds and runs, but the Example Editor Mode isn't working. It shows up in the Modes list, but the UI never gets built when selected. I didn't see any errors or warnings anywhere
- as it stands, this source is identical to th 4.24 branch, but that will probably change to get that editor mode working again.
- UE 4.25 Compatible.
- builds and runs, but the Example Editor Mode isn't working. It shows up in the Modes list, but the UI never gets built when selected. I didn't see any errors or warnings anywhere.
- NOTE: The editor mode issue works in 4.26 without any code changes.
- as it stands, this source is identical to th 4.24 branch
- 4.26
- UE 4.26 Compatible.
- Example Editor Mode is working in this version, so I'm not going to bother trying to figure out what broke in 4.25. If anyone takes this on as a project, please toss up a Pull Request.
- initial branch source is identical to 4.24/4.25
2 changes: 1 addition & 1 deletion ToolExample.uproject
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"FileVersion": 3,
"EngineAssociation": "4.25",
"EngineAssociation": "4.26",
"Category": "",
"Description": "",
"Modules": [
Expand Down