-
Notifications
You must be signed in to change notification settings - Fork 296
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
Get the plugin working in UE 5.5 Preview. #1539
Open
kring
wants to merge
24
commits into
main
Choose a base branch
from
ue55
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+531
−175
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 751575f - Browse repository at this point
Copy the full SHA 751575fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9adf16d - Browse repository at this point
Copy the full SHA 9adf16dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 816e627 - Browse repository at this point
Copy the full SHA 816e627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72b364d - Browse repository at this point
Copy the full SHA 72b364dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d34a4d9 - Browse repository at this point
Copy the full SHA d34a4d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e73fa - Browse repository at this point
Copy the full SHA 76e73faView commit details -
This is a bit dodgy, because our modified Abseil is now pretending to be the real deal. But I haven't worked out how to fix that without introducing linker errors yet.
Configuration menu - View commit details
-
Copy full SHA for e2411f7 - Browse repository at this point
Copy the full SHA e2411f7View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eabc089 - Browse repository at this point
Copy the full SHA eabc089View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00db408 - Browse repository at this point
Copy the full SHA 00db408View commit details -
Switch from Xcode 14.3.1 to 15.4.
Because GitHub [rolled out / is rolling out] an update to the macos-14 image that removes 14.3.1. I have to admit I'm a little fuzzy on the implications of switching to 15.4 with regard to OS support and the changes of successful linking with binaries produced by older versions.
Configuration menu - View commit details
-
Copy full SHA for ec0ae3d - Browse repository at this point
Copy the full SHA ec0ae3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 490d376 - Browse repository at this point
Copy the full SHA 490d376View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c818e7 - Browse repository at this point
Copy the full SHA 7c818e7View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ffbf2b9 - Browse repository at this point
Copy the full SHA ffbf2b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb1cf93 - Browse repository at this point
Copy the full SHA eb1cf93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01a61bd - Browse repository at this point
Copy the full SHA 01a61bdView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01742ba - Browse repository at this point
Copy the full SHA 01742baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f2b09 - Browse repository at this point
Copy the full SHA 10f2b09View commit details -
Copy BuildConfiguration.xml to another location on macOS.
Because it doesn't seem to be picked up from the original spot anymore in UE 5.5.
Configuration menu - View commit details
-
Copy full SHA for 8c1a88f - Browse repository at this point
Copy the full SHA 8c1a88fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 541739c - Browse repository at this point
Copy the full SHA 541739cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 029b28e - Browse repository at this point
Copy the full SHA 029b28eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 967b65b - Browse repository at this point
Copy the full SHA 967b65bView commit details -
Write BuildConfiguration.xml to new UE 5.5 on macOS location.
It seems to have changed from `~/.config/Unreal\ Engine/UnrealBuildTool/BuildConfiguration.xml` to `~/Documents/Unreal\ Engine/UnrealBuildTool/BuildConfiguration.xml`, even though this isn't mentioned in the release notes. I had to step through UnrealBuildTool in the debugger on a Mac to determine this.
Configuration menu - View commit details
-
Copy full SHA for ca6e385 - Browse repository at this point
Copy the full SHA ca6e385View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cec942 - Browse repository at this point
Copy the full SHA 1cec942View commit details
Commits on Nov 15, 2024
-
Fix SampleHeightMostDetailed test failures on UE 5.5.
In UE 5.5, `GetCameras` does not find any cameras when running the tests headless. As a result, we were never calling `updateView`, and so the height samples never completed.
Configuration menu - View commit details
-
Copy full SHA for bb5bf37 - Browse repository at this point
Copy the full SHA bb5bf37View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.