This week, I learned how to implement simple physics effects in UE5.
Shatter
First, I learnt the physical simulation of destruction effects.

By creating a geometry collection, physical properties were assigned to objects.


Then, I added fracture effects to simulate the physical destruction.
Constraint Component



A connection was established between two objects using a Constraint Component to achieve the effects of the Constraint Component.