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