| 37 | } |
| 38 | |
| 39 | BoundingOrientedBox StaticMesh::GetObb() const |
| 40 | { |
| 41 | return GetBoundsAccurate(*this, false).ToBoundingOrientedBox(Pose); |
| 42 | } |
| 43 | |
| 44 | BoundingOrientedBox StaticMesh::GetVisibilityObb() const |
| 45 | { |
nothing calls this directly
no test coverage detected