Can Chaos work with Physics together?

Why does my GeometryCollection Asset have no Collision?

And they can’t be Trace(Like use LineTraceByChannel)?

Even my GeometryCollectionActor Blueprint asset’s EventTick doesn’t work/fire!!!

Where can I get a demo for Chaos’s using DETAIL?

Thank you very much!!!

Chaos,GeometryCollection,Tick

I have the same question. I can’t generate hit or overlap results for geometry collections.

Hi, the Chaos Destruction Demo can be downloaded from the Learn tab on the Epic Games Launcher.

https://forums.unrealengine.com/unreal-engine/announcements-and-releases/1641765-how-to-enable-chaos-in-4-23

There is an example in ChaosExamples_05_Gamplay map (1.F) that shows a working linetrace. Note:
in order to use linetraces with Chaos you must build the engine with:

bCustomSceneQueryStructure = true;