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

Method StopRecording

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

Source from the content-addressed store, hash-verified

342}
343
344void AMjReplayManager::StopRecording()
345{
346 bIsRecording = false;
347 UE_LOG(LogURLabReplay, Log, TEXT("ReplayManager: Stopped Recording. Captured %d frames."), GetLiveFrames().Num());
348}
349
350void AMjReplayManager::StartReplay()
351{

Callers 3

RunTestMethod · 0.45
HandleRecordingMethod · 0.45
OnRecordClickedMethod · 0.45

Calls

no outgoing calls

Tested by 1

RunTestMethod · 0.36