| 781 | } |
| 782 | |
| 783 | TArray<UMjFrame*> AMjArticulation::GetFrames() const |
| 784 | { |
| 785 | TArray<UMjFrame*> Components; |
| 786 | GetRuntimeComponents<UMjFrame>(Components); |
| 787 | return Components; |
| 788 | } |
| 789 | |
| 790 | TArray<UMjGeom*> AMjArticulation::GetGeoms() const |
| 791 | { |
nothing calls this directly
no outgoing calls
no test coverage detected