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

Method OnResetClicked

Source/URLab/Private/UI/MjSimulateWidget.cpp:500–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500void UMjSimulateWidget::OnResetClicked()
501{
502 if (ManagerRef)
503 {
504 ManagerRef->ResetSimulation();
505 }
506}
507
508void UMjSimulateWidget::OnRecordClicked()
509{

Callers

nothing calls this directly

Calls 1

ResetSimulationMethod · 0.45

Tested by

no test coverage detected