Disabling collision on Text3d component

Yeah, Text3D components in UE 5.5 can be tricky with collision. One workaround is to set the Text3D collision profile to “NoCollision” specifically in the component settings, not the actor. Make sure your collision box has its own unique profile and is set to “Query Only.” Also, double-check the hierarchy—sometimes component order affects overrides.