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

Function GetDispatcher

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

Dispatcher when running, nullptr otherwise. */

Source from the content-addressed store, hash-verified

53
54 /** Dispatcher when running, nullptr otherwise. */
55 FURLabRpcDispatcher* GetDispatcher() const { return Dispatcher.Get(); }
56
57 /** True when AAMjManager owns this server (cooked path, or editor
58 * without subsystem auto-start). EndPlay tears it down only when so. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected