True when AAMjManager owns this server (cooked path, or editor * without subsystem auto-start). EndPlay tears it down only when so. */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected