well, you can start with a generic actor… and add whatever components are useful… mesh, collision box/sphere/etc, scene, etc
“A scene component has a transform and supports attachment, but has no rendering or collision capabilities” UE4 tooltip
honestly, I’m puzzled why you absolutely need some kind of combined scene/collision component at all… scene component is just a blank dummy helper…