Navigation
API > API/Plugins > API/Plugins/SecuritySandbox
Provides features to help minimize the operating system permissions your game client runs with and therefore minimize the impact to players if an attacker takes control of it through a vulnerability. See ISecuritySandbox for the API.
| Name | ISecuritySandboxModule |
| Type | class |
| Header File | /Engine/Plugins/Experimental/SecuritySandbox/Source/SecuritySandbox/Public/ISecuritySandboxModule.h |
| Include Path | #include "ISecuritySandboxModule.h" |
Syntax
class ISecuritySandboxModule :
public IModuleInterface ,
public ISecuritySandbox
Implements Interfaces
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ISecuritySandboxModule & Get () |
Singleton-like access to this module's interface. | ISecuritySandboxModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | ISecuritySandboxModule.h | |
static bool IsSandboxEnabled () |
Helper for calling ISecuritySandbox::IsEnabled. | ISecuritySandboxModule.h |