Navigation
API > API/Plugins > API/Plugins/FileSandboxCore > API/Plugins/FileSandboxCore/ISandboxManager
Description
More advanced version of CanLeaveSandbox if you want to find out the reason why the sandbox cannot be left.
Do not keep any raw reference to ISandboxLock as it turns stale when the sandbox is shutdown.
| Name | GetActiveLock |
| Type | function |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/ISandboxManager.h |
| Include Path | #include "ISandboxManager.h" |
ISandboxLock * GetActiveLock() const
Lock object that determines whether the sandbox can be left.