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

Method OnRestoreClicked

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

Source from the content-addressed store, hash-verified

552}
553
554void UMjSimulateWidget::OnRestoreClicked()
555{
556 if (ManagerRef && LastSnapshot)
557 {
558 ManagerRef->RestoreSnapshot(LastSnapshot);
559 }
560}
561
562void UMjSimulateWidget::OnReplaySessionSelected(FString SelectedItem, ESelectInfo::Type SelectionType)
563{

Callers

nothing calls this directly

Calls 1

RestoreSnapshotMethod · 0.45

Tested by

no test coverage detected