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

Method Compile

Source/URLab/Private/MuJoCo/Core/AMjManager.cpp:131–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void AAMjManager::Compile()
132{
133 if (!PhysicsEngine)
134 return;
135
136 PhysicsEngine->Compile();
137
138 // Sync discovery lists from PhysicsEngine
139 m_MujocoComponents = PhysicsEngine->m_MujocoComponents;
140 m_articulations = PhysicsEngine->m_articulations;
141 m_heightfieldActors = PhysicsEngine->m_heightfieldActors;
142 m_ArticulationMap = PhysicsEngine->m_ArticulationMap;
143}
144
145void AAMjManager::BeginPlay()
146{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected