Downloaded a robot asset from the Fab store - how do I assemble it into a usable character?

I downloaded the ‘Autonomous Robot Sweeper’ from the Fab store as FBX and imported it into my UE5.7.1 project.

After the import, a new Fab folder was created with a bunch of textures, animations, skeletal meshes, and other components (screenshot below). Can someone tell me what I need to do to assemble these into a useable robot character?

Something seems wrong on the asset import, it is a model with static mesh and skeletal mesh animation and asset import tries to make a single skeletal mesh and fails.

Try an “import into level” instead, also use the glb file and not the fbx file

  1. FBX import => missing textures, but emissive material on the yellow lights

  2. glb converted => missing textures, no emissive material or lights on the yellow lights (to be manually added)

  3. glb included format => textures import well, but no emissive material or lights on the yellow light. Will have to do tweaking there.