Navigation
API > API/Plugins > API/Plugins/FileSandboxCore > API/Plugins/FileSandboxCore/ISandboxRepository
Description
Enumerates all known sandboxes. InRootPath will be the absolute path to the root sandbox directory, i.e. the one containing the metadata file.
| Name | ForEachSandbox |
| Type | function |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/ISandboxRepository.h |
| Include Path | #include "ISandboxRepository.h" |
void ForEachSandbox
(
TFunctionRef < EBreakBehavior &InRootPath, const FSandboxMetaInfo &MetaData )> InProcessSandboxes
)