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

Function SetOwnedByManager

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

Source from the content-addressed store, hash-verified

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
63 * resolve the live PIE manager regardless of who owns the server. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected