Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/URLab-Sim/UnrealRoboticsLab
/ IsRunning
Method
IsRunning
Source/URLab/Private/MuJoCo/Core/AMjManager.cpp:535–538 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
533
}
534
535
bool AAMjManager::IsRunning() const
536
{
537
return PhysicsEngine ? PhysicsEngine->IsRunning() : false;
538
}
539
540
bool AAMjManager::IsInitialized() const
541
{
Callers
1
BeginPlay
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected