How to organize the herarchy of a pawn actor

You can have many colliders parented to the same root (or hierarchy.) This works well for triggers and other non-moving objects.

At most one of them can be the “root” though. You may need to create a welded physical body if you want the physics to reflect both of them in actual simulation, and/or use a fixed joint to glue them together.

1 Like