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

Function GetActiveManager

Source/URLab/Public/Bridge/BridgeServer.h:68–68  ·  view source on GitHub ↗

Live PIE manager when one is registered, nullptr otherwise. */

Source from the content-addressed store, hash-verified

66
67 /** Live PIE manager when one is registered, nullptr otherwise. */
68 AAMjManager* GetActiveManager() const { return ActiveManager.Get(); }
69
70 /** Bridge-owned RPC transports. Exposed for tests; production code
71 * doesn't need to inspect these directly. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected