cedric caillaud
acadc236cf
Cluster union : add native multicast events for faster dispatch
...
Also provide a TSet version of SetPerParticleCollisionProfileName to avoid converting TSet to arrays
#rb michael.bao
[CL 27734720 by cedric caillaud in ue5-main branch]
2023-09-08 20:02:06 -04:00
cedric caillaud
591910855b
Geometry collection : do not pay the cost of transform multiplication if transform as no parent
...
#rb trivial
[CL 27696863 by cedric caillaud in ue5-main branch]
2023-09-07 20:06:04 -04:00
cedric caillaud
1c4f0b316c
Geometry collection : fix component space transform computation using the wrong parent transform
...
#rb trivial
[FYI] benn.gallagher, vincent.robert
[CL 27653471 by cedric caillaud in ue5-main branch]
2023-09-06 17:15:27 -04:00
cedric caillaud
86dd65778d
Compute component space transform optimization
...
Store breadth first order indices for transform on the rest collection
#rb benn.gallagher, vincent.robert, brice.criswell
[FYI] jeremy.moore
[CL 27652487 by cedric caillaud in ue5-main branch]
2023-09-06 17:00:17 -04:00
jeremy moore
2c1068f688
Add support to set a custom instance data slot on geometry collection ISM pool instances.
...
[CL 27630881 by jeremy moore in ue5-main branch]
2023-09-06 08:12:44 -04:00
sebastien lussier
432c543bef
Properly register new components in UGeometryCollectionComponent::CreateProxyComponents()
...
#rb trivial
[CL 27594087 by sebastien lussier in ue5-main branch]
2023-09-05 08:59:25 -04:00
charles lefebvre
b0af9175f1
Add missing const with TObjectPtr
...
#rnx
#rb Steve.Robb
[CL 27563342 by charles lefebvre in ue5-main branch]
2023-09-01 15:13:01 -04:00
aris theophanidis
09a5db431c
Addition of a boolean to control navigation relevancy
...
#rb Mieszko.Zielinski
[CL 27561521 by aris theophanidis in ue5-main branch]
2023-09-01 14:15:22 -04:00
louisphilippe seguin
36c722f3c4
Fix wrong printf parameters in checkf & ensuremsgf found in engine code
...
#rb Fabian.Giesen, Kirill.Zorin
#rnx
[CL 27519547 by louisphilippe seguin in ue5-main branch]
2023-08-31 08:56:30 -04:00
dan oconnor
acc3fbcc61
Fix interface UGeometryCollectionExternalRenderInterface usage, should be using TScriptInterface as per disfunctional UHT error
...
#rb Zousar.Shaker
[CL 27511684 by dan oconnor in ue5-main branch]
2023-08-30 22:47:59 -04:00
jimmy andrews
ac4ef9b9a7
Warn on conversion of a large mesh (>1M tris) to geometry collection, and show a progress bar
...
#rb cedric.caillaud
[CL 27510303 by jimmy andrews in ue5-main branch]
2023-08-30 20:50:47 -04:00
cedric caillaud
1274fd392b
Geometry collection : make sure SetPerParticleCollisionProfileName do not call LoadCollisionProfiles if the array has not changed
...
#rb michael.bao, benn.gallagher, dmytro.vovk
[CL 27456067 by cedric caillaud in ue5-main branch]
2023-08-29 14:00:38 -04:00
cedric caillaud
d5c8184cbb
Geometry collectoion : make sure that RestTransform is only set when necessary ( from SetRestState )
...
#rb benn.gallagher, vincent.robert, michael.bao, brice.criswell
[CL 27433985 by cedric caillaud in ue5-main branch]
2023-08-28 21:37:08 -04:00
cedric caillaud
ec44ea6090
Geometry collection : Add "use material damage modifier" option to GC component
...
[FYI] jim.vanallen, jack.oakman
#rb none
[CL 27423704 by cedric caillaud in ue5-main branch]
2023-08-28 16:37:00 -04:00
cedric caillaud
5c4faf514a
Make ISM Pool actor allocation be per level
...
This fixes an issue where geometry collection using custom renderer do not work with bRequireFullVisibilityToRender
#rb jeremy.moore
[CL 27383072 by cedric caillaud in ue5-main branch]
2023-08-25 13:36:52 -04:00
cedric caillaud
d644113792
Geometry collection : Fix memory leak when setting rest state and not using scene proxy
...
#rb benn.gallgher, dmytro.vovk
[CL 27379295 by cedric caillaud in ue5-main branch]
2023-08-25 12:00:59 -04:00
cedric caillaud
7ab87da6e5
Geometry collection optimization : Deprecated collision related attributes in dynamic collection
...
- Saves 3 x uint32 per bone per dynamic collection ( x2 )
- CollisionMask and CollisionStructureID were not used at all
- CollisionGroup was used but set to the same value for all bones
- also deprecated fuinction and enums in GeometryCollectionEngineTypes
#rb benn.gallagher, brice.criswell, michael.bao
[CL 27353047 by cedric caillaud in ue5-main branch]
2023-08-24 15:10:22 -04:00
cedric caillaud
a695e89dcc
Geometry collection : add bDensityFromPhysicsMaterial to the geometry collection component
...
- This is set from the geometry collection asset when calling SetRestCollection and can be changed after
- Also fix the way we apply the mass multiplier to inertia
#rb michael.bao, steven.barnett
[CL 27315231 by cedric caillaud in ue5-main branch]
2023-08-23 14:57:14 -04:00
cedric caillaud
a623840d4a
Geometry collection : allow SetDamageThreshold to be set without recreating the physics state
...
- Consolidate the damage thresholds calculation into one method
- Do not recreate proxy when setting damage thresholds from the component
#rb michael.bao, benn.gallagher, steven.barnett
[CL 27273456 by cedric caillaud in ue5-main branch]
2023-08-22 11:58:50 -04:00
benn gallagher
7a583ce2f4
Chaos: Added mitigation for cases where geometry collections receive out of bounds replication requests for the particle array
...
#rb Cedric.Caillaud
[CL 27252344 by benn gallagher in ue5-main branch]
2023-08-21 16:21:15 -04:00
michael bao
af4b06631d
updates to the geometry collection's particles' shapes collision data on the PT need to propagate the information to the cluster union
...
#rb cedric.caillaud
[CL 27246687 by michael bao in ue5-main branch]
2023-08-21 14:03:48 -04:00
michael bao
21ad9ba0cc
per-particle collision profiles need to load correctly on the PT even when there are nullptr particles
...
#rb cedric.caillaud
[CL 27204769 by michael bao in ue5-main branch]
2023-08-18 11:54:04 -04:00
michael bao
4506e9d0f8
geometry collections can now specify a collision profile per particle/level that loads the data collision profile
...
#rb cedric.caillaud
[CL 27164330 by michael bao in ue5-main branch]
2023-08-16 22:53:58 -04:00
michael bao
d97ce3d14d
geometry collection particles should not increment sleep/break timers while in a cluster union
...
#rb cedric.caillaud
[CL 27161360 by michael bao in ue5-main branch]
2023-08-16 19:55:39 -04:00
jeremy moore
e4b96a0b1d
Add garbage collection to ISM pool.
...
[CL 27054469 by jeremy moore in ue5-main branch]
2023-08-11 20:20:15 -04:00