UE5.3-2023.1-rc2
Changelog
General:
- Fixes empty engine version warning
- Fixes nDisplayExtensions leftover reference warning
- Condenses IMCs in one Folder instead of spread out through all components
- Fixes interaction test map
- Fixes crash in TeleportationComponent due to unique naming of NiagaraSystem
- Adds first iteration of ContentExamples style map showcasing and explaining the available functionality
Pawn/Interactions:
- Adds support for interacting with objects through their child geometries (@daniel.rupp @marcel.krueger pls add docu from MR to wiki)
- Adds flag to only grab closest actor
- Renames
PawnMovement
toCollisionHandlingMovement
- Introduce
BP_BasePawn
andBP_DefaultPawn
, which extends the base pawn with additional components - Fixes corrupted Pawn BPs
- Clarifies naming on
BP_DefaultPawn
components - Adds support to add IMCs via a list
- More fitting naming scheme:
- Grab -> DirectInteraction
- RaycastSelection -> RaycastInteraction
- Selectable -> Interactable
- Adds missing input mappings for e.g. HP Reverb and WidgetInteraction
- Fixes issue with
CollisionHandlingMovement
: Pawn was getting stuck in objects - Adds new improved IntenSelect interaction method
CI:
- Switches to generalized docker images instead of version specific runners
- Uses UNREAL_VERSION instead of tags to determine Unreal Engine build and launch version
- Changes
only
keyword to preferredrules
keyword - Now runs for all MR events
Cave:
- IsValid check to CaveSetup to prevent nullref crash
- Fixes Cave Setup attachment when previously spawned pawn was rotated
Edited by David Gilbert
Merge request reports
Activity
changed milestone to %UE5.3-2023.1
requested review from @marcel.krueger
assigned to @david.gilbert
@daniel.rupp @jonathan.ehret schaut auch mal drüber pls
added 3 commits
-
022668d7...403a1a28 - 2 commits from branch
5.3
- 7fe773d8 - Merge branch '5.3' into 'dev/5.3'
-
022668d7...403a1a28 - 2 commits from branch
added 1 commit
- 8998f28f - fix(cave, input): Fixes flystick thumbstick input binding
added 5 commits
- 0e414ef8 - style(clangformat) and minor formatting fic to the class description
- e7749a4f - fix(collision handling movement) allow to deativate the collision detection in...
- 19f6b657 - fix(cave): reset lastcollisionfree position so that the temporarily...
- 7796e66d - Merge remote-tracking branch 'origin/dev/5.3' into fix/physical_walking_in_CAVE
- ec58d5eb - Merge branch 'fix/physical_walking_in_CAVE' into 'dev/5.3'
Toggle commit listadded 25 commits
- ec58d5eb...91cccd07 - 15 earlier commits
- 5d516f33 - Applies Blueprint Update Fix for all Visualizers
- 536a4bdf - Removes Debugging in Editor
- 5a3ef6a1 - Cleanup and Format
- 9b15677d - Cleans up and refactors
- 1298dfef - Apply 1 suggestion(s) to 1 file(s)
- f707b650 - Removes legacy property check
- af766add - Merge branch 'IntenSelect5.3' of...
- 1805c823 - Fixes typo in visualizer includes
- 8c628451 - Changes copy to reference in actor loop
- d5954d5a - Merge branch 'IntenSelect5.3' into 'dev/5.3'
Toggle commit listadded 1 commit
- 2824b67a - refactor(Pawn): Removes wrongly pushed old VR Pawn
added 37 commits
- 2824b67a...cf465a63 - 27 earlier commits
- 3b304f8b - fix(Pawn, Interaction): Set IntenSelect WidgetInteraction Pointer Index from 0...
- 9e63ef15 - fix(Samples, Interaction): Fixes left InputAction asset being used for right...
- 14ba3da6 - feat(showcase): Added a ReplicationExamples showcase map.
- 885b80ea - fix(Interaction): Adds VR Controller mappings to IntenSelect Click Action
- 153ce414 - Merge branch 'dev/5.3' into feature/toolkit_examples
- 30d4df7c - doc(navigation): Documents collision overlap trace in CollisionHandlingMovement
- 42bbc47e - fix(showcase): Removed debug prints from MovementTechniqueSwapTrigger and BP_ContentExamplesPawn.
- 6c1f58c3 - Merge branch 'feature/toolkit_examples' of...
- fbadc9e5 - refactor(samples): Moves Content and Replication Examples into one Folder, deletes old TestContent
- c06bd998 - Merge branch 'feature/toolkit_examples' into 'dev/5.3'
Toggle commit listenabled an automatic merge when the pipeline for c06bd998 succeeds
mentioned in commit f8041d87
Please register or sign in to reply