| 473 | return Comp && Comp->IsA<UMjBody>(); |
| 474 | } |
| 475 | bool SMjArticulationOutliner::IsGeom(UObject* Comp) |
| 476 | { |
| 477 | return Comp && Comp->IsA<UMjGeom>(); |
| 478 | } |
| 479 | bool SMjArticulationOutliner::IsJoint(UObject* Comp) |
| 480 | { |
| 481 | return Comp && Comp->IsA<UMjJoint>(); |
nothing calls this directly
no outgoing calls
no test coverage detected