Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Interface to allow module to determine whether a sandbox can be left.
| Name | ISandboxLock |
| Type | class |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Interface/ISandboxLock.h |
| Include Path | #include "Interface/ISandboxLock.h" |
Syntax
class ISandboxLock
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISandboxLock() |
Interface/ISandboxLock.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanLeaveSandbox
(
FText* OutReason |
Interface/ISandboxLock.h | ||
bool RequestLiftLock
(
FText* OutReason |
Asks the lock to be lifted. The request can be rejected. | Interface/ISandboxLock.h | |
bool SupportsLiftingLock() |
Interface/ISandboxLock.h |