Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
| Name | IFileSandboxCoreModule |
| Type | class |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/IFileSandboxCoreModule.h |
| Include Path | #include "IFileSandboxCoreModule.h" |
Syntax
class IFileSandboxCoreModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IFileSandboxCoreModule.h | |||
ISandboxManager & GetSandboxManager() |
IFileSandboxCoreModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IFileSandboxCoreModule & Get () |
Singleton-like access to this module's interface. | IFileSandboxCoreModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IFileSandboxCoreModule.h |