| 402 | } |
| 403 | |
| 404 | void UMjDebugVisualizer::EndPlay(const EEndPlayReason::Type EndPlayReason) |
| 405 | { |
| 406 | ClearBodyOverlays(); |
| 407 | ClearTendonTubes(); |
| 408 | Super::EndPlay(EndPlayReason); |
| 409 | } |
| 410 | |
| 411 | void UMjDebugVisualizer::ClearBodyOverlays() |
| 412 | { |
nothing calls this directly
no outgoing calls
no test coverage detected