Navigation
API > API/Plugins > API/Plugins/FileSandboxUI
This view-model is used for UI telling the user that a sandbox cannot currently be started. Usually, the widget displays a message that another editor system has started a sandbox and provides a way to summon the UI of the other system.
| Name | IExternalSandboxActiveViewModel |
| Type | class |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxUI/Public/EntryPoint/IExternalSandboxActiveViewModel.h |
| Include Path | #include "EntryPoint/IExternalSandboxActiveViewModel.h" |
Syntax
class IExternalSandboxActiveViewModel
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IExternalSandboxActiveViewModel() |
EntryPoint/IExternalSandboxActiveViewModel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetExternalSandboxActiveText() |
EntryPoint/IExternalSandboxActiveViewModel.h | ||
FText GetSummonActionLabel() |
EntryPoint/IExternalSandboxActiveViewModel.h | ||
bool IsExternalSandboxActive() |
EntryPoint/IExternalSandboxActiveViewModel.h | ||
bool IsSummoningSupported() |
EntryPoint/IExternalSandboxActiveViewModel.h | ||
FSimpleMulticastDelegate & OnVisibilityChanged() |
Event invoked when the visibility of the widget should change. | EntryPoint/IExternalSandboxActiveViewModel.h | |
void SummonSandboxOwnerUI() |
Summons the UI of the system owning the active sandbox. | EntryPoint/IExternalSandboxActiveViewModel.h |