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

Method StopReplay

Source/URLab/Private/Replay/MjReplayManager.cpp:393–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void AMjReplayManager::StopReplay()
394{
395 bIsReplaying = false;
396
397 if (Manager && Manager->PhysicsEngine)
398 {
399 Manager->PhysicsEngine->ClearCustomStepHandler();
400 }
401
402 UE_LOG(LogURLabReplay, Log, TEXT("ReplayManager: Stopped Replay"));
403}
404
405void AMjReplayManager::ClearRecording()
406{

Callers 2

HandleReplayMethod · 0.45
OnReplayClickedMethod · 0.45

Calls 1

Tested by

no test coverage detected