| 792 | return GetComponentsFromMap(GeomIdMap); |
| 793 | } |
| 794 | TArray<UMjTendon*> AMjArticulation::GetTendons() const |
| 795 | { |
| 796 | return GetComponentsFromMap(TendonIdMap); |
| 797 | } |
| 798 | TArray<FString> AMjArticulation::GetTendonNames() const |
| 799 | { |
| 800 | return GetComponentNamesFromMap(TendonIdMap); |
nothing calls this directly
no test coverage detected