This repository has been archived by the owner on Feb 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 1483: Remaining fixes / updates for UXT on UE5
# Summary * Fix assert hit when grabbing objects in the manipulator scene * Calling `Spawn Sound at Location` now causes a new `AudioComponent` to be added to the parent actor, which causes the component array to be updated while we are iterating it to dispatch UXT events * Fixed Z-fighing on some of the tooltips in the TooltipExample scene * Re-saved `BP_NearMenuBase`, `BP_ToggleFeaturesPanel`, `BP_ToggleFeaturesPanelWithTrackedGeom` and all of the example levels to mostly mitigate the unresponsive home button issue * Not completely fixed, I can now only get it to repro in the ManipulatorExample scene after a PC reboot * I tried re-creating everything in the ToggleFeaturesPanel hierarchy but saw the same issue, I think it's an engine bug around blueprint inheritance and child actor components * Not a major issue as it only repros occasionally in PIE/Remoting. I have been unable to get it to occur on device * Updated the nuspecs to UE5 Related work items: #1568, #2362
- Loading branch information
Carl McCaffrey
authored and
Carl McCaffrey
committed
Sep 30, 2022
1 parent
8afc33d
commit 89f04fe
Showing
24 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+2.28 KB
(100%)
UXToolsGame/Plugins/UXToolsExamples/Content/BoundsControl/BoundsControlExample.umap
Binary file not shown.
Binary file modified
BIN
+12.3 KB
(100%)
UXToolsGame/Plugins/UXToolsExamples/Content/Button/ButtonExample.umap
Binary file not shown.
Binary file modified
BIN
-59.9 KB
(79%)
...olsGame/Plugins/UXToolsExamples/Content/Common/ToggleFeaturesPanel/BP_NearMenuBase.uasset
Binary file not shown.
Binary file modified
BIN
-72.3 KB
(76%)
.../Plugins/UXToolsExamples/Content/Common/ToggleFeaturesPanel/BP_ToggleFeaturesPanel.uasset
Binary file not shown.
Binary file modified
BIN
-67.7 KB
(67%)
...sExamples/Content/Common/ToggleFeaturesPanel/BP_ToggleFeaturesPanelWithTrackedGeom.uasset
Binary file not shown.
Binary file modified
BIN
+9.3 KB
(120%)
UXToolsGame/Plugins/UXToolsExamples/Content/Follow/FollowExample.umap
Binary file not shown.
Binary file modified
BIN
+5.81 KB
(100%)
UXToolsGame/Plugins/UXToolsExamples/Content/HandMenu/HandMenuExample.umap
Binary file not shown.
Binary file modified
BIN
+6.17 KB
(110%)
UXToolsGame/Plugins/UXToolsExamples/Content/Loader/Loader.umap
Binary file not shown.
Binary file modified
BIN
+2.37 KB
(100%)
UXToolsGame/Plugins/UXToolsExamples/Content/Manipulator/ManipulatorExample.umap
Binary file not shown.
Binary file modified
BIN
+8.12 KB
(100%)
UXToolsGame/Plugins/UXToolsExamples/Content/NearMenu/NearMenuExample.umap
Binary file not shown.
Binary file modified
BIN
+39.1 KB
(110%)
...s/UXToolsExamples/Content/ScrollingObjectCollection/ScrollingObjectCollectionExample.umap
Binary file not shown.
Binary file modified
BIN
+25 KB
(120%)
UXToolsGame/Plugins/UXToolsExamples/Content/Slider/SliderExample.umap
Binary file not shown.
Binary file modified
BIN
+2.58 KB
(100%)
UXToolsGame/Plugins/UXToolsExamples/Content/SurfaceMagnetism/SurfaceMagnetismExample.umap
Binary file not shown.
Binary file modified
BIN
+1.63 KB
(100%)
UXToolsGame/Plugins/UXToolsExamples/Content/TapToPlace/TapToPlaceExample.umap
Binary file not shown.
Binary file modified
BIN
+4.92 KB
(110%)
UXToolsGame/Plugins/UXToolsExamples/Content/Tooltip/TooltipDynamicTextExample.umap
Binary file not shown.
Binary file modified
BIN
+3.93 KB
(100%)
UXToolsGame/Plugins/UXToolsExamples/Content/Tooltip/TooltipExample.umap
Binary file not shown.
Binary file modified
BIN
+2.52 KB
(100%)
UXToolsGame/Plugins/UXToolsExamples/Content/Widget/WidgetExample.umap
Binary file not shown.