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

Function IsOwnedByManager

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

True when AAMjManager owns this server (cooked path, or editor * without subsystem auto-start). EndPlay tears it down only when so. */

Source from the content-addressed store, hash-verified

57 /** True when AAMjManager owns this server (cooked path, or editor
58 * without subsystem auto-start). EndPlay tears it down only when so. */
59 bool IsOwnedByManager() const { return bOwnedByManager; }
60 void SetOwnedByManager(bool b) { bOwnedByManager = b; }
61
62 /** Called from AAMjManager BeginPlay / EndPlay so the dispatcher can

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected