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

Method EndPlay

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

Source from the content-addressed store, hash-verified

130}
131
132void AMjReplayManager::EndPlay(const EEndPlayReason::Type EndPlayReason)
133{
134 Super::EndPlay(EndPlayReason);
135
136 if (Manager && Manager->PhysicsEngine)
137 {
138 Manager->PhysicsEngine->OnPostStep = nullptr;
139 Manager->PhysicsEngine->ClearCustomStepHandler();
140 }
141}
142
143void AMjReplayManager::Tick(float DeltaTime)
144{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected