Navigation
API > API/Plugins > API/Plugins/FileSandboxUI
Implemented by editor systems that makes use of the sandbox feature.
| Name | ISandboxEntryPoint |
| Type | class |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxUI/Public/EntryPoint/ISandboxEntryPoint.h |
| Include Path | #include "EntryPoint/ISandboxEntryPoint.h" |
Syntax
class ISandboxEntryPoint
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISandboxEntryPoint() |
EntryPoint/ISandboxEntryPoint.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetEntryPointLabel() |
EntryPoint/ISandboxEntryPoint.h | ||
bool OwnsSandbox
(
const FileSandboxCore::ISandboxInstance& InSandbox |
EntryPoint/ISandboxEntryPoint.h | ||
void SummonProviderUI() |
Summons the UI in which the sandboxes | EntryPoint/ISandboxEntryPoint.h |