| 469 | } |
| 470 | |
| 471 | bool SMjArticulationOutliner::IsBody(UObject* Comp) |
| 472 | { |
| 473 | return Comp && Comp->IsA<UMjBody>(); |
| 474 | } |
| 475 | bool SMjArticulationOutliner::IsGeom(UObject* Comp) |
| 476 | { |
| 477 | return Comp && Comp->IsA<UMjGeom>(); |
nothing calls this directly
no outgoing calls
no test coverage detected