| 552 | } |
| 553 | |
| 554 | void UMjSimulateWidget::OnRestoreClicked() |
| 555 | { |
| 556 | if (ManagerRef && LastSnapshot) |
| 557 | { |
| 558 | ManagerRef->RestoreSnapshot(LastSnapshot); |
| 559 | } |
| 560 | } |
| 561 | |
| 562 | void UMjSimulateWidget::OnReplaySessionSelected(FString SelectedItem, ESelectInfo::Type SelectionType) |
| 563 | { |
nothing calls this directly
no test coverage detected