| 493 | return Comp && Comp->IsA<UMjDefault>(); |
| 494 | } |
| 495 | bool SMjArticulationOutliner::IsSite(UObject* Comp) |
| 496 | { |
| 497 | return Comp && Comp->IsA<UMjSite>(); |
| 498 | } |
| 499 | |
| 500 | FText SMjArticulationOutliner::GetSummaryText() const |
| 501 | { |
nothing calls this directly
no outgoing calls
no test coverage detected