MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / EndPlay

Method EndPlay

Source/URLab/Private/MuJoCo/Core/MjDebugVisualizer.cpp:404–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void UMjDebugVisualizer::EndPlay(const EEndPlayReason::Type EndPlayReason)
405{
406 ClearBodyOverlays();
407 ClearTendonTubes();
408 Super::EndPlay(EndPlayReason);
409}
410
411void UMjDebugVisualizer::ClearBodyOverlays()
412{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected