Can i create & attach a component inside a component ?

I thought about giving each pawn their own pair of hands, but i might have 100s or 1000s of possessable pawns in the game, so i’d like to avoid the memory waste and have only one pair of hands in memory.

That’s why i’d like to separate the hands from the possession logic.