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