- Add leaf and cluster selection tools
- Make children selection not deselect nodes w/ no children
- Use TSet::Add instead of TArray::AddUnique to create selections
#preflight 62a8b143cf54a658ee150389
#rb rinat.abdrashitov
[CL 20651731 by Jimmy Andrews in ue5-main branch]
- Added cluster crumbling feature
- Fix localization warnings
- Make sure the delete attribute button refrehes the outliner
- Helper class to encode and decode remval on break packed data
#rb none
#jira UE-156325
#preflight 62a3754870680d6143df0eaf
[CL 20598772 by cedric caillaud in ue5-main branch]
It is possible to assign each piece of a geo collection with a PostBreakTimer and a removal timer
- Added a RemoveOnBreak tool
- Added a Removal column mode to fracture editor outliner
- Optional RemovalOnBreak attribute array on the rest collection ( can be added or removed through the UI )
#rb jimmy.andrews, brice.criswell
#jira none
#preflight 62a129c4dd5e6b572c66a189
[CL 20583221 by cedric caillaud in ue5-main branch]
- Change display column to column mode
- Rename runtime data collectors classes
- Fix issue where collected damage values were invalid
- Added damage threshold and breaking state to runtime data
- Add refresh button to the outliner
#rb none
#jira none
#preflight 629ed9168f61d191c1e99b6b
[CL 20533218 by cedric caillaud in ue5-main branch]
- Add also a drop down for the type of column to display ( InitialState, RelativeSize, Damages for now )
#rb brice.criswell, jimmy.andrews
#jira none
#preflight 629da2e241542e8cf60ed929
[CL 20522909 by cedric caillaud in ue5-main branch]
* Removed deprecated or dead code paths
* Simplified build system setup for physics support
* Deprecated build system flags and unsupported macros
#jira none
#rb Chris.Caulfield, Kriss.Gossart
#preflight 62963ec0fe779f23c8ea0c5e
[CL 20450744 by Benn Gallagher in ue5-main branch]
- Now also remove of the piece does not move for a certain amount of time ( velocity based ) ( behind a Cvar )
- Fix bugs with shrinking not going all the way down to zero
- Simplify math for computing off-center scale matrix ( removed most of the Transform conversion and multiplication )
- Internal clusters can now break upon removal
- Passing more info about internal clusters from PT to GT
- More memory efficient structure passed between PT and GT
#rb none
#jira none
#preflight 62918fdddb0a62f25ce74d44
[CL 20403162 by cedric caillaud in ue5-main branch]
This saves about ~40% of the cloth simulation cost.
#rb jeff.newquist
#ROBOMERGE-OWNER: evgenii.babinets
#ROBOMERGE-AUTHOR: evgenii.babinets
#ROBOMERGE-SOURCE: CL 20294167 via CL 20294181 via CL 20295375 via CL 20295420
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v948-20297126)
[CL 20305169 by evgenii babinets in ue5-main branch]
this is a step towards more automated recompoutation of some attributes dependent on others
#rb brice.criswell
#jira none
#preflight 627ae07e7e5f24d1ede8e730
[CL 20131611 by cedric caillaud in ue5-main branch]
- damage threshold are now by default generated per GC piece and no more at the cluster level propagating to children
- added a checkbox to keep the compatibility with older assets
- this allow for finer artist control and make the size specific parameters to be more effective
#rb brice.criswell, max.whitehead
#jira none
#preflight 626a26172735a2c0eaeb68be
[CL 19973874 by cedric caillaud in ue5-main branch]
Make it so GeometryCollection doesn't register async physics tick unless replication is needed and the object simulates
#rb Cedric.Caillaud
#preflight 6268330f853fdb6fddc33c82
[CL 19925401 by Ori Cohen in ue5-main branch]