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

Method ClearRecording

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

Source from the content-addressed store, hash-verified

403}
404
405void AMjReplayManager::ClearRecording()
406{
407 GetLiveFrames().Empty();
408 PlaybackTime = 0.0f;
409 PhysicsPlaybackTime.store(0.0, std::memory_order_relaxed);
410}
411
412bool AMjReplayManager::SaveRecordingToFile(FString FileName)
413{

Callers 2

RunTestMethod · 0.80
HandleRecordingMethod · 0.80

Calls

no outgoing calls

Tested by 1

RunTestMethod · 0.64